Skip to content

Commit

Permalink
Bump version before pushing a new release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 322977124
Change-Id: Ib727a39d9c42b06b1c9839dbed0a3ba578f88f61
  • Loading branch information
mwhoffman authored and Copybara-Service committed Jul 24, 2020
1 parent 3162b59 commit bd8ee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '1'
_PATCH_VERSION = '7'
_PATCH_VERSION = '8'

# Example: '0.4.2'
__version__ = '.'.join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])

0 comments on commit bd8ee47

Please sign in to comment.