We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.6.1
1 parent e6f376a commit f09bb26Copy full SHA for f09bb26
server/version/version.go
@@ -7,10 +7,10 @@ import (
7
8
// Version is the service current released version.
9
// Semantic versioning: https://semver.org/
10
-var Version = "0.6.0"
+var Version = "0.6.1"
11
12
// DevVersion is the service current development version.
13
-var DevVersion = "0.6.0"
+var DevVersion = "0.6.1"
14
15
func GetCurrentVersion(mode string) string {
16
if mode == "dev" {
0 commit comments