Skip to content

Commit

Permalink
Bump for v0.1.0 (#185)
Browse files Browse the repository at this point in the history
Change wallet from alpha to beta.  Since wallet is used
in production this seems more accurate at this time.
  • Loading branch information
jcvernaleo committed Apr 18, 2016
1 parent 286287f commit b192834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 0
appPatch uint = 10
appMinor uint = 1
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
appPreRelease = "alpha"
appPreRelease = "beta"
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit b192834

Please sign in to comment.