diff --git a/common/options/options.go b/common/options/options.go index 4d89dd72f..0a4424214 100644 --- a/common/options/options.go +++ b/common/options/options.go @@ -12,7 +12,7 @@ import ( ) const ( - VersionStr = "3.1.0-pre-" + VersionStr = "3.0.1" ) // Gitspec that the tool was built with. Needs to be set using -ldflags