Skip to content

Commit cfa7188

Browse files
authored
Merge pull request #5298 from cfromknecht/bump-version-v0.13.0-beta.rc2
build/version: bump to v0.13.0-beta.rc2
2 parents 5305854 + 196aea6 commit cfa7188

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.rc1"
51+
AppPreRelease = "beta.rc2"
5252
)
5353

5454
func init() {

0 commit comments

Comments
 (0)