Merge pull request #8773 from lightningnetwork/0-18-rc3

build: bump verison to v0.18.0-beta.rc3
This commit is contained in:
Olaoluwa Osuntokun 2024-05-22 13:19:13 -07:00 committed by GitHub
commit 4417229bc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc2"
AppPreRelease = "beta.rc3"
)
func init() {