diff --git a/gumble/gumble/version.go b/gumble/gumble/version.go index 5203b9d..0dc9d7c 100644 --- a/gumble/gumble/version.go +++ b/gumble/gumble/version.go @@ -4,8 +4,8 @@ package gumble type Version struct { // The semantic version information as a single unsigned integer. // - // Bits 0-15 are the major version, bits 16-23 are the minor version, and - // bits 24-31 are the patch version. + // Bits 16-31 are the major version, bits 8-15 are the minor version, and + // bits 0-7 are the patch version. Version uint32 // The name of the client. Release string