Skip to content

Commit

Permalink
bump: version 4.9.0 → 4.10.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Apr 9, 2021
1 parent 38ee4b0 commit 9bc4dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "4.9.0"
version = "4.10.0b0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"apps/controllerx/cx_version.py",
Expand Down
2 changes: 1 addition & 1 deletion apps/controllerx/cx_version.py
@@ -1 +1 @@
__version__ = "v4.9.0"
__version__ = "v4.10.0b0"

0 comments on commit 9bc4dc8

Please sign in to comment.