diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bb2a096..d013b36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True tag = True diff --git a/VERSION b/VERSION index a918a2a..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/version.go b/version.go index a7d0d77..4e62ef8 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( var ( // These fields are populated by govvv - Version = "0.6.0" + Version = "0.7.0" BuildDate string GitCommit string GitBranch string