Skip to content

Commit 280d4d2

Browse files
authored
Merge pull request #2552 from btcsuite/version-bump
version: bump to v0.26.0-beta for final release
2 parents 9dcdd48 + abec110 commit 280d4d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222

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

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

0 commit comments

Comments
 (0)