Skip to content

Commit 86be27b

Browse files
authored
version: bump to 0.8.0-beta
1 parent a240c69 commit 86be27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2222
// versioning 2.0.0 spec (http://semver.org/).
2323
const (
2424
appMajor uint = 0
25-
appMinor uint = 7
25+
appMinor uint = 8
2626
appPatch uint = 0
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)