Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v0.21.0-rc2 #9960

Merged
merged 8 commits into from
Jun 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: update version
  • Loading branch information
hacdias committed Jun 15, 2023
commit e5ac0454a6182e76870dd8e0ba579fa5d7d5b461
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import (
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.21.0-rc1"
const CurrentVersionNumber = "0.21.0-rc2"

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