Skip to content

Commit 56cc42f

Browse files
committed
btcd: bump version to v0.21.0-beta
1 parent 4527c56 commit 56cc42f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/btcctl/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
appMajor uint = 0
20-
appMinor uint = 20
21-
appPatch uint = 1
20+
appMinor uint = 21
21+
appPatch uint = 0
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
appMajor uint = 0
20-
appMinor uint = 20
21-
appPatch uint = 1
20+
appMinor uint = 21
21+
appPatch uint = 0
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

0 commit comments

Comments
 (0)