diff --git a/cmd/version/version.go b/cmd/version/version.go index c30f189..387778d 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -4,7 +4,7 @@ import ( "runtime/debug" ) -var version = "2.3.2" +var version = "2.4.0-next.1" // Retrieve the currentVersion version with additional vcs info if any. func Current() string {