diff --git a/common/version.go b/common/version.go index f442e3fbd..219197879 100644 --- a/common/version.go +++ b/common/version.go @@ -7,10 +7,10 @@ import ( // Version is the service current released version. // Semantic versioning: https://semver.org/ -var Version = "0.3.1" +var Version = "0.4.0" // DevVersion is the service current development version. -var DevVersion = "0.3.1" +var DevVersion = "0.4.0" func GetCurrentVersion(mode string) string { if mode == "dev" {