Skip to content

Commit 3a8320d

Browse files
committed
chore: 0.34.0-rc1
1 parent e221e94 commit 3a8320d

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.34.0-dev"
14+
const CurrentVersionNumber = "0.34.0-rc1"
1515

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

0 commit comments

Comments
 (0)