From 06bd645e5d8f874946597423efe676a3d64396ef Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Thu, 9 Apr 2020 17:03:27 -0700 Subject: [PATCH] build/version: fix incomplete semanticAlphabet godoc --- build/version.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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