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