Skip to content

Commit dee6a1a

Browse files
authored
Merge pull request #5314 from Roasbeef/13-rc3
build: bump version to v0.13.0-beta.rc3
2 parents f5ee874 + 7716175 commit dee6a1a

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.rc3"
5252
)
5353

5454
func init() {

0 commit comments

Comments
 (0)