Merge pull request #620 from lightninglabs/bump-v0.26.2-beta

version: bump to v0.26.2-beta
This commit is contained in:
András Bánki-Horváth 2023-08-08 16:06:30 +02:00 committed by GitHub
commit 24987ddf10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 26
appPatch uint = 1
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.