Skip to content

Commit 2cc6687

Browse files
committed
build: bump version to 0.6-beta
1 parent 30f2b1c commit 2cc6687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2222
// versioning 2.0.0 spec (http://semver.org/).
2323
const (
2424
appMajor uint = 0
25-
appMinor uint = 5
26-
appPatch uint = 2
25+
appMinor uint = 6
26+
appPatch uint = 0
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet
2929
// per the semantic versioning spec.
30-
appPreRelease = "99-beta"
30+
appPreRelease = "beta"
3131
)
3232

3333
// Version returns the application version as a properly formed string per the

0 commit comments

Comments
 (0)