Skip to content

Commit 31a762b

Browse files
committed
build: bump version to v0.25.0-beta.rc1
1 parent e8097a1 commit 31a762b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
appMajor uint = 0
20-
appMinor uint = 24
21-
appPatch uint = 2
20+
appMinor uint = 25
21+
appPatch uint = 0
2222

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

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

0 commit comments

Comments
 (0)