From 8f4a34e4f11fab59b373d05b4c052cc780088f95 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 15 Oct 2013 12:01:52 -0500 Subject: [PATCH] Bump version to 0.3.1. --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 7fa2cce1..12c48daa 100644 --- a/version.go +++ b/version.go @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 3 - appPatch uint = 0 + appPatch uint = 1 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.