diff --git a/build/version.go b/build/version.go index af068c44..ad6fdebc 100644 --- a/build/version.go +++ b/build/version.go @@ -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