diff --git a/version/version.go b/version/version.go index 8c1b6d85a..47c0756a9 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ func init() { params.VersionMajor = 1 // Major version component of the current release params.VersionMinor = 2 // Minor version component of the current release params.VersionPatch = 1 // Patch version component of the current release - params.VersionMeta = "e" // Version metadata to append to the version string + params.VersionMeta = "g" // Version metadata to append to the version string } func AsString() string {