Skip to content

Commit

Permalink
bump version to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koryaga committed Oct 10, 2023
1 parent af62111 commit 6347ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubemarine/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.1
0.22.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Issues = "https://github.com/Netcracker/KubeMarine/issues/"
# 1. pip install bumpver
# 2. bumpver update --set-version <new version>
[tool.bumpver]
current_version = "0.21.1"
current_version = "0.22.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version to {new_version}"
commit = true
Expand Down

0 comments on commit 6347ba3

Please sign in to comment.