diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f288a2a44b..f80c8a9b15 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.66-test +current_version = 0.67-test parse = (?P\d+)\.(?P\d+)(-(?P.*))? message = Bump version: {current_version} -> {new_version} serialize = diff --git a/gcpdiag/config.py b/gcpdiag/config.py index 20e52f8127..e5e23d7cce 100644 --- a/gcpdiag/config.py +++ b/gcpdiag/config.py @@ -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