diff --git a/cmd/version.go b/cmd/version.go index 9a9d47899..4a52bb624 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.10.mentors" // checkLatest flag for version command. var checkLatest bool