build/version: fix incomplete semanticAlphabet godoc

This commit is contained in:
Conner Fromknecht 2020-04-09 17:03:27 -07:00
parent 2c2b79d300
commit 06bd645e5d
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -15,7 +15,8 @@ import (
// the -ldflags during compilation.
var Commit string
// semanticAlphabet
// semanticAlphabet is the set of characters that are permitted for use in an
// AppPreRelease.
const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-"
// These constants define the application version and follow the semantic