Skip to content

Commit

Permalink
Update to 0.0.6 for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Mar 4, 2016
1 parent 833ae9b commit 3d845de
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
const (
appMajor uint = 0
appMinor uint = 0
appPatch uint = 5
appPatch uint = 6

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down

0 comments on commit 3d845de

Please sign in to comment.