From 168ff0e129abad575812c79bb302af934fd8901a Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 4 Oct 2013 14:29:37 -0500 Subject: [PATCH] Bump version to 0.3.0. --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index c816d0da..7fa2cce1 100644 --- a/version.go +++ b/version.go @@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 2 + appMinor uint = 3 appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet