Skip to content

Commit

Permalink
Merge "Bump version: 0.66 -> 0.67-test"
Browse files Browse the repository at this point in the history
-- Branch commit log --
commit 36e57bd
Author:  Rodney Peck <[email protected]>
Date:    2023-11-04T22:55:09-07:00

    Bump version: 0.66 -> 0.67-test

Change-Id: I9895941d8bca447c972bd0cab863922e279643c2

commit 068c297
Author:  Rodney Peck <[email protected]>
Date:    2023-11-04T22:54:52-07:00

    Bump version: 0.66-test -> 0.66

Change-Id: I887118c7ae3ef7867e4e909359699cf593ac4727
GitOrigin-RevId: df66674
  • Loading branch information
ropeck authored and copybara-github committed Nov 6, 2023
1 parent 4ed2dac commit 809af3c
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.66-test
current_version = 0.67-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 @@ -23,7 +23,7 @@
import yaml

# gcpdiag version (not configurable, but useful to have here)
VERSION = '0.66-test'
VERSION = '0.67-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 809af3c

Please sign in to comment.