diff --git a/params/version.go b/params/version.go index 8fea6de4..cf4ce70b 100644 --- a/params/version.go +++ b/params/version.go @@ -25,7 +25,7 @@ const ( VersionMinor = 9 // Minor version component of the current release VersionPatch = 7 // Patch version component of the current release VersionCross = 0 // Cross version component of the current release - VersionMeta = "v0.1.1" // Version metadata to append to the version string + VersionMeta = "v0.1.2" // Version metadata to append to the version string ) // Version holds the textual version string.