Bump version to 0.3.1.

This commit is contained in:
Dave Collins 2013-10-15 12:01:52 -05:00
parent d402cb4196
commit 8f4a34e4f1

View file

@ -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.