build: bump version to 0.5.1

This commit is contained in:
Olaoluwa Osuntokun 2018-11-15 19:47:13 -08:00
parent 99dd6f75f8
commit 4da1c867c3
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -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.