diff --git a/cmd/version.go b/cmd/version.go index 9a9d47899..900b91b8a 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -9,7 +9,7 @@ import ( // Version is the version of the current build. // It follows semantic versioning. -const Version = "3.0.0-alpha.4" +const Version = "3.0.0-alpha.8.v2" // checkLatest flag for version command. var checkLatest bool