chore: fix version to v0.22.0-rc1
Jorropo committed
Jul 27, 2023 at 14:17 UTC
9db33d319157e6befa2c3e365549786adf4deed5
1 file changed
+1
-1
version.go
+1
-1
@@ -11,7 +11,7 @@ import (
11
var CurrentCommit string
12
13
// CurrentVersionNumber is the current application's version literal
14
-const CurrentVersionNumber = "0.22.0"
14
+const CurrentVersionNumber = "0.22.0-rc1"
15
16
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
17