diff --git a/params/version.go b/params/version.go index 40c68a90..50e5cb05 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.0.1" // Version metadata to append to the version string + VersionMeta = "v0.1.0" // Version metadata to append to the version string ) // Version holds the textual version string.