Merge pull request #7214 from Roasbeef/v0-15-5-branch

release: bump version to v0.15.5-beta
This commit is contained in:
Olaoluwa Osuntokun 2022-11-30 12:14:52 -08:00 committed by GitHub
commit c0a0920978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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