Skip to content

Commit

Permalink
version: bump to v0.6.2-beta
Browse files Browse the repository at this point in the history
We can't remove the previous tag, so need to bump again unfortunately.
  • Loading branch information
joostjager committed May 12, 2020
1 parent 06267b7 commit f6750d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 6
appPatch uint = 1
appPatch uint = 2

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit f6750d6

Please sign in to comment.