diff --git a/version.go b/version.go index 0418a27..7ee119d 100644 --- a/version.go +++ b/version.go @@ -31,7 +31,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 3 + appMinor uint = 4 appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet