Skip to content

Commit 09f7c33

Browse files
committed
chore: update version
1 parent fe3b78f commit 09f7c33

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.4.4"
12+
var Version = "0.4.5"
1313

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

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

0 commit comments

Comments
 (0)