Skip to content

Commit a55215c

Browse files
committed
chore: bump version to v0.31.0-rc1
1 parent 52ca370 commit a55215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
var CurrentCommit string
1212

1313
// CurrentVersionNumber is the current application's version literal.
14-
const CurrentVersionNumber = "0.31.0-dev"
14+
const CurrentVersionNumber = "0.31.0-rc1"
1515

1616
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
1717

0 commit comments

Comments
 (0)