Skip to content

Commit

Permalink
bump: version 4.0.0 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Oct 18, 2020
1 parent 09ec3bf commit 1f28b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "4.0.0"
version = "4.1.0"
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v4.0.0"
__version__ = "v4.1.0"

0 comments on commit 1f28b2b

Please sign in to comment.