Skip to content

Commit e764c17

Browse files
authored
Merge pull request #2447 from Roasbeef/v-25-branch
build: bump version to v0.25
2 parents 442ef28 + 798b4ed commit e764c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)