Skip to content

Commit 9c503fc

Browse files
authored
Merge pull request #245 from joostjager/bump-v0.6.5-beta
version: bump to v0.6.5-beta
2 parents dcb3b50 + 32d3c2f commit 9c503fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
appMajor uint = 0
2525
appMinor uint = 6
26-
appPatch uint = 4
26+
appPatch uint = 5
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.

0 commit comments

Comments
 (0)