We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfda9c commit 4227852Copy full SHA for 4227852
1 file changed
app/version/version.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
// version a string since it is overwritten at build-time with the git tag for official releases.
18
-var version = "v1.10-rc"
+var version = "v1.10"
19
20
// Version is the branch version of the codebase.
21
// - Main branch: v0.X-dev
0 commit comments