build: bump version to v0.2.6-alpha

This commit is contained in:
Olaoluwa Osuntokun 2020-10-06 16:04:33 -07:00
parent a511aea4d9
commit b57d4958fd

View file

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