We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ca370 commit a55215cCopy full SHA for a55215c
version.go
@@ -11,7 +11,7 @@ import (
11
var CurrentCommit string
12
13
// CurrentVersionNumber is the current application's version literal.
14
-const CurrentVersionNumber = "0.31.0-dev"
+const CurrentVersionNumber = "0.31.0-rc1"
15
16
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
17
0 commit comments