Skip to content

Commit f6db48a

Browse files
authored
Merge pull request #2201 from Roasbeef/v-0-24-2
build: bump version to v0.24.2-beta
2 parents 93e7291 + cc4b27c commit f6db48a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.
25-
appPreRelease = "beta.rc1"
25+
appPreRelease = "beta"
2626
)
2727

2828
// appBuild is defined as a variable so it can be overridden during the build

0 commit comments

Comments
 (0)