From 973f21fcadedf70c032554ba43622f857496f886 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Wed, 10 Aug 2016 08:59:47 -0700 Subject: [PATCH] Update version to 0.2.3 Signed-off-by: Michael Crosby --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 623c4038..7a34f843 100644 --- a/version.go +++ b/version.go @@ -9,7 +9,7 @@ const VersionMajor = 0 const VersionMinor = 2 // VersionPatch holds the release patch number -const VersionPatch = 0 +const VersionPatch = 3 // Version holds the combination of major minor and patch as a string // of format Major.Minor.Patch