diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8c9f2c8..f3bfd80 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.9 +current_version = 0.2.10 commit = True tag = True diff --git a/VERSION b/VERSION index 1866a36..13dead7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.9 +0.2.10 diff --git a/version.go b/version.go index 4d4d2d3..3c019d8 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( var ( // These fields are populated by govvv - Version = "0.2.9" + Version = "0.2.10" BuildDate string GitCommit string GitBranch string