diff --git a/version/version.go b/version/version.go index ba4185a8a..454a7558d 100644 --- a/version/version.go +++ b/version/version.go @@ -8,7 +8,7 @@ import ( func init() { params.VersionMajor = 1 // Major version component of the current release params.VersionMinor = 2 // Minor version component of the current release - params.VersionPatch = 0 // Patch version component of the current release + params.VersionPatch = 1 // Patch version component of the current release params.VersionMeta = "a" // Version metadata to append to the version string }