Skip to content

Commit f34b33c

Browse files
committed
chore: upgrade version to v0.5.2
1 parent 2552a76 commit f34b33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99

1010
// Version is the service current released version.
1111
// Semantic versioning: https://semver.org/
12-
var Version = "0.5.1"
12+
var Version = "0.5.2"
1313

1414
// DevVersion is the service current development version.
15-
var DevVersion = "0.5.1"
15+
var DevVersion = "0.5.2"
1616

1717
func GetCurrentVersion(mode string) string {
1818
if mode == "dev" || mode == "demo" {

0 commit comments

Comments
 (0)