Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed May 19, 2020
1 parent 3e9acb7 commit 7ae55cf
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 @@ -13,7 +13,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
Expand Down

0 comments on commit 7ae55cf

Please sign in to comment.