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

View File

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