diff --git a/server/version/version.go b/server/version/version.go index 12e94c73051c1..b83b3a620a5e1 100644 --- a/server/version/version.go +++ b/server/version/version.go @@ -9,10 +9,10 @@ import ( // Version is the service current released version. // Semantic versioning: https://semver.org/ -var Version = "0.13.1" +var Version = "0.13.2" // DevVersion is the service current development version. -var DevVersion = "0.13.1" +var DevVersion = "0.13.2" func GetCurrentVersion(mode string) string { if mode == "dev" || mode == "demo" {