mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
Merge pull request #2552 from btcsuite/version-bump
version: bump to v0.26.0-beta for final release
This commit is contained in:
commit
280d4d2db6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue