There was an error while loading. Please reload this page.
1 parent 435fe04 commit cdfb015Copy full SHA for cdfb015
1 file changed
server/version/version.go
@@ -9,10 +9,10 @@ import (
9
10
// Version is the service current released version.
11
// Semantic versioning: https://semver.org/
12
-var Version = "0.5.2"
+var Version = "0.5.3"
13
14
// DevVersion is the service current development version.
15
-var DevVersion = "0.5.2"
+var DevVersion = "0.5.3"
16
17
func GetCurrentVersion(mode string) string {
18
if mode == "dev" || mode == "demo" {
0 commit comments