Skip to content

Commit c0a0920

Browse files
authored
Merge pull request #7214 from Roasbeef/v0-15-5-branch
release: bump version to v0.15.5-beta
2 parents 771bc99 + 5f89acf commit c0a0920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848

4949
// AppPreRelease MUST only contain characters from semanticAlphabet
5050
// per the semantic versioning spec.
51-
AppPreRelease = "beta.rc2"
51+
AppPreRelease = "beta"
5252
)
5353

5454
func init() {

0 commit comments

Comments
 (0)