diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 15def87..c21797b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 commit = True tag = True diff --git a/VERSION b/VERSION index 53a75d6..b003284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 +0.2.7 diff --git a/version.go b/version.go index c6c3eac..73b165c 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ import "github.com/rai-project/cmd" var ( // These fields are populated by govvv - Version = "0.2.6" + Version = "0.2.7" BuildDate string GitCommit string GitBranch string