We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455665a commit 0c0d2a6Copy full SHA for 0c0d2a6
internal/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.25.1"
+var Version = "0.25.2"
13
14
// DevVersion is the service current development version.
15
-var DevVersion = "0.25.1"
+var DevVersion = "0.25.2"
16
17
func GetCurrentVersion(mode string) string {
18
if mode == "dev" || mode == "demo" {
0 commit comments