btcd: bump version to v0.21.0-beta

This commit is contained in:
John C. Vernaleo 2020-08-27 15:36:47 -04:00 committed by John C. Vernaleo
parent 4527c5671f
commit 56cc42fe07
2 changed files with 4 additions and 4 deletions

View file

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

View file

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