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

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