Merge pull request #2552 from btcsuite/version-bump
Some checks failed
Build and Test / Build (push) Has been cancelled
Build and Test / Unit coverage (push) Has been cancelled
Build and Test / Unit race (push) Has been cancelled
Build and Test / Unit rpctest (push) Has been cancelled

version: bump to v0.26.0-beta for final release
This commit is contained in:
Olaoluwa Osuntokun 2026-06-18 15:57:54 -07:00 committed by GitHub
commit 280d4d2db6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ const (
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
appPreRelease = "beta.rc1"
appPreRelease = "beta"
)
// appBuild is defined as a variable so it can be overridden during the build