Bump version to 0.3.0.

This commit is contained in:
Dave Collins 2013-10-04 14:29:37 -05:00
parent bba9fed133
commit 168ff0e129

View file

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