Skip to content

Commit 255bc88

Browse files
committed
chore: v0.37.0-rc1
1 parent 846e219 commit 255bc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var CurrentCommit string
1010

1111
// CurrentVersionNumber is the current application's version literal.
12-
const CurrentVersionNumber = "0.37.0-dev"
12+
const CurrentVersionNumber = "0.37.0-rc1"
1313

1414
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
1515

0 commit comments

Comments
 (0)