From 247b7530caf08a555ffd56f81019031bc1af6565 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Wed, 29 Jul 2020 20:56:09 -0700 Subject: [PATCH] build/version: use dot syntax for rc --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 8298e955..7954a15b 100644 --- a/build/version.go +++ b/build/version.go @@ -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() {