Skip to content

Commit

Permalink
Corrected internal version from 0.0.1-beta to the current release ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
SG-O committed Feb 25, 2016
1 parent aa21c12 commit 33ff4be
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 @@ -19,7 +19,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 0
appPatch uint = 1
appPatch uint = 4

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

0 comments on commit 33ff4be

Please sign in to comment.