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

Merge Release: v0.30.0 [skip changelog] #10508

Merged
merged 14 commits into from
Sep 11, 2024
Prev Previous commit
Merge branch 'master' into merge-release-v0.30.0
  • Loading branch information
lidel authored Sep 11, 2024
commit 2b86fa819c003492d410d8b5d875d4cfc3b35fa1
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal.
const CurrentVersionNumber = "0.30.0"
const CurrentVersionNumber = "0.31.0-dev"

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

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.