btcd: bump version to v0.20.0-beta

This commit is contained in:
Olaoluwa Osuntokun 2019-10-10 15:54:11 -07:00
parent 988181ef23
commit e47518c978
No known key found for this signature in database
GPG key ID: BC13F65E2DC84465
2 changed files with 2 additions and 2 deletions

View file

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

View file

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