Skip to content

Commit f3ec130

Browse files
committed
btcd: bump version to v0.20.1-beta
1 parent 037489e commit f3ec130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/btcctl/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
appMajor uint = 0
2020
appMinor uint = 20
21-
appPatch uint = 0
21+
appPatch uint = 1
2222

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

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
appMajor uint = 0
2020
appMinor uint = 20
21-
appPatch uint = 0
21+
appPatch uint = 1
2222

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

0 commit comments

Comments
 (0)