Skip to content

Commit

Permalink
Bump version: 0.64-test -> 0.64
Browse files Browse the repository at this point in the history
Change-Id: I637081088e23a4ca6925898d9448a7b4f0aafc76
GitOrigin-RevId: b63e4f3
  • Loading branch information
ropeck authored and copybara-github committed Aug 14, 2023
1 parent df961d2 commit 2ed565c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.64-test
current_version = 0.64
parse = (?P<major>\d+)\.(?P<minor>\d+)(-(?P<release>.*))?
message = Bump version: {current_version} -> {new_version}
serialize =
Expand Down
2 changes: 1 addition & 1 deletion gcpdiag/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import yaml

# gcpdiag version (not configurable, but useful to have here)
VERSION = '0.64-test'
VERSION = '0.64'
"""
Configuration properties are divided into 3 main categories:
- static (class properties) which values cannot be changed or provided
Expand Down

0 comments on commit 2ed565c

Please sign in to comment.