From be3f266739b7e7c785e7e0f7a1823c2ae373646b Mon Sep 17 00:00:00 2001 From: David Justice Date: Wed, 18 Apr 2018 09:02:02 -0700 Subject: [PATCH] bump version number --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index f288f2c..27bb04e 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,5 +2,5 @@ package common const ( // Version is the semantic version of the library - Version = "0.3.0" + Version = "0.3.1" )