chore: v0.37.0-rc1
Marcin Rataj committed
Aug 21, 2025 at 19:50 UTC
255bc882cdd61243accadd0fc69bc410384ebda9
1 file changed
+1
-1
version.go
+1
-1
@@ -9,7 +9,7 @@ import (
9
var CurrentCommit string
10
11
// CurrentVersionNumber is the current application's version literal.
12
-const CurrentVersionNumber = "0.37.0-dev"
12
+const CurrentVersionNumber = "0.37.0-rc1"
13
14
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
15