Skip to content

Commit

Permalink
build: bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Nov 16, 2018
1 parent 99dd6f7 commit 4da1c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/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 = 5
appPatch uint = 0
appPatch uint = 1

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

0 comments on commit 4da1c86

Please sign in to comment.