Skip to content

Commit

Permalink
btcd: bump version to v0.21.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Aug 28, 2020
1 parent 4527c56 commit 56cc42f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/btcctl/version.go
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions version.go
Expand Up @@ -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.
Expand Down

0 comments on commit 56cc42f

Please sign in to comment.