build: bump to version v0.8.2-beta

This commit is contained in:
Olaoluwa Osuntokun 2019-12-04 19:30:10 -08:00
parent 4c30f7d5de
commit 00ec9148e9
No known key found for this signature in database
GPG Key ID: BC13F65E2DC84465

View File

@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 8
appPatch uint = 0
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.