build/version: use dot syntax for rc

This commit is contained in:
Conner Fromknecht 2020-07-29 20:56:09 -07:00
parent 608617975a
commit 247b7530ca
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -48,7 +48,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "beta-rc1"
AppPreRelease = "beta.rc1"
)
func init() {