Skip to content

Commit abec110

Browse files
committed
version: bump to v0.26.0-beta for final release
In this commit, we drop the rc1 pre-release suffix, taking the version from v0.26.0-beta.rc1 to v0.26.0-beta for the final release.
1 parent 9dcdd48 commit abec110

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)