From a3964f568f91d0bdbc4ab4710fbca6d4658cf369 Mon Sep 17 00:00:00 2001 From: Abdul Dakkak Date: Tue, 30 May 2017 11:47:27 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.10=20=E2=86=92=200.2.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f3bfd80..05e1c76 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.10 +current_version = 0.2.11 commit = True tag = True diff --git a/VERSION b/VERSION index 13dead7..d3b5ba4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.10 +0.2.11 diff --git a/version.go b/version.go index 3c019d8..125dc77 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( var ( // These fields are populated by govvv - Version = "0.2.10" + Version = "0.2.11" BuildDate string GitCommit string GitBranch string