diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5059e18..0118f74 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.12 +current_version = 0.2.13 commit = True tag = True diff --git a/VERSION b/VERSION index f2722b1..2779245 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.12 +0.2.13 diff --git a/version.go b/version.go index 6f3d9a6..54bf7c5 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( var ( // These fields are populated by govvv - Version = "0.2.12" + Version = "0.2.13" BuildDate string GitCommit string GitBranch string