diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c21797b..355757d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.7 +current_version = 0.2.8 commit = True tag = True diff --git a/VERSION b/VERSION index b003284..a45be46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.7 +0.2.8 diff --git a/version.go b/version.go index 73b165c..88dfda4 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.7" + Version = "0.2.8" BuildDate string GitCommit string GitBranch string