Skip to content

Commit

Permalink
bump: version 3.2.0b2 → 3.2.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Jul 12, 2020
1 parent 98dd735 commit cf085b7
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.2.0b2"
version = "3.2.0b3"
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.2.0b2"
__version__ = "v3.2.0b3"

0 comments on commit cf085b7

Please sign in to comment.