Skip to content

Commit 8b2f43e

Browse files
authored
Merge pull request #2136 from Roasbeef/btcd-24-0-2-rc1
build: bump version to v0.24.2-beta.rc1
2 parents a90d3d9 + aee2705 commit 8b2f43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
appMajor uint = 0
2020
appMinor uint = 24
21-
appPatch uint = 1
21+
appPatch uint = 2
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.
25-
appPreRelease = "beta"
25+
appPreRelease = "beta.rc1"
2626
)
2727

2828
// appBuild is defined as a variable so it can be overridden during the build

0 commit comments

Comments
 (0)