Merge pull request #8794 from Roasbeef/v0-18-0-branch

build: bump version to v0.18.0 beta
This commit is contained in:
Olaoluwa Osuntokun 2024-05-30 22:52:10 +09:00 committed by GitHub
commit fed760913f
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.rc4"
AppPreRelease = "beta"
)
func init() {