Skip to content

Commit

Permalink
bump: version 3.4.0 → 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Sep 19, 2020
1 parent 6094785 commit 0a1ef68
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 = "3.4.0"
version = "3.5.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__ = "v3.4.0"
__version__ = "v3.5.0"

0 comments on commit 0a1ef68

Please sign in to comment.