Skip to content

Commit

Permalink
Merge pull request #158 from Kuadrant/bump-version
Browse files Browse the repository at this point in the history
bump version to 0.11.0-dev
  • Loading branch information
eguzki authored Sep 18, 2024
2 parents 8d7e9ed + a961572 commit 1f721de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ package version

var (
// This variable is dependent on what the current release is e.g. if it is v0.10.0 then this variable, outside of releases, will be v0.10.1-dev .
Version = "0.10.0-dev"
Version = "0.11.0-dev"
)

0 comments on commit 1f721de

Please sign in to comment.