Merge pull request #664 from wpaulino/btcwallet-version-bump

version: bump version to 0.11.0
This commit is contained in:
Olaoluwa Osuntokun 2019-11-12 19:22:12 -08:00 committed by GitHub
commit b19df70ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 7
appMinor uint = 11
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet