We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fe368 commit f78b072Copy full SHA for f78b072
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.4.3"
+var Version = "0.4.4"
13
14
// DevVersion is the service current development version.
15
-var DevVersion = "0.4.3"
+var DevVersion = "0.4.4"
16
17
func GetCurrentVersion(mode string) string {
18
if mode == "dev" || mode == "demo" {
0 commit comments