Skip to content

Commit

Permalink
bump: version 2.8.0 → 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Jun 18, 2020
1 parent 1420629 commit 0ac2b3a
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 = "2.8.0"
version = "2.8.1"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"apps/controllerx/version.py",
Expand Down
2 changes: 1 addition & 1 deletion apps/controllerx/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v2.8.0"
__version__ = "v2.8.1"

0 comments on commit 0ac2b3a

Please sign in to comment.