We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df40105 commit 616ff1cCopy full SHA for 616ff1c
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-dev"
+var version = "v1.10-rc"
19
20
// Version is the branch version of the codebase.
21
// - Main branch: v0.X-dev
0 commit comments