From f64d34037ccacedbcdc9b1d3d3f19c4b046f4f75 Mon Sep 17 00:00:00 2001 From: Abdul Dakkak Date: Tue, 4 Apr 2017 19:40:57 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.8=20=E2=86=92=200.2.9?= 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 355757d..8c9f2c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.8 +current_version = 0.2.9 commit = True tag = True diff --git a/VERSION b/VERSION index a45be46..1866a36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.8 +0.2.9 diff --git a/version.go b/version.go index 1e430b1..4d4d2d3 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( var ( // These fields are populated by govvv - Version = "0.2.8" + Version = "0.2.9" BuildDate string GitCommit string GitBranch string