Skip to content

Commit

Permalink
Bump for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Sep 1, 2016
1 parent 321c9a1 commit a2dec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2dec14

Please sign in to comment.