Skip to content

Commit

Permalink
Bump version: 0.76 -> 0.77-test
Browse files Browse the repository at this point in the history
Change-Id: I62a30be9ad9f12336bc3646b049744e8a6e372ae
GitOrigin-RevId: 0fc34e648950f3cbd60be0091747dab07fd96408
  • Loading branch information
ebenezergraham authored and copybara-github committed Oct 1, 2024
1 parent 4db7d1c commit 8b65427
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.76
current_version = 0.77-test
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 @@ -24,7 +24,7 @@

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

0 comments on commit 8b65427

Please # to comment.