Skip to content

Commit 8d2ab63

Browse files
committed
build: bump version to btcd v0.24
1 parent 3c24785 commit 8d2ab63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

+2-2
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 = 23
21-
appPatch uint = 3
20+
appMinor uint = 24
21+
appPatch uint = 0
2222

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

0 commit comments

Comments
 (0)