From 1740c630c657fc93f63b96c9310ff436f60f3652 Mon Sep 17 00:00:00 2001 From: bretton Date: Fri, 16 Mar 2018 23:42:31 +0200 Subject: [PATCH] lnd: update version to have proper pre-release name --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 708ecbe0..8e4ef787 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const ( // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - appPreRelease = "alpha" + appPreRelease = "beta" ) // appBuild is defined as a variable so it can be overridden during the build