diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 47238f3..721a610 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,9 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True [bumpversion:file:cmd/xenstore/version.go] search = const Version = "{current_version}" replace = const Version = "{new_version}" + diff --git a/cmd/xenstore/version.go b/cmd/xenstore/version.go index 7d3c26b..f2ea273 100644 --- a/cmd/xenstore/version.go +++ b/cmd/xenstore/version.go @@ -4,4 +4,4 @@ package main var GitCommit string // The main version number that is being run at the moment. -const Version = "0.1.0" +const Version = "0.2.0"