From a0e536777249e30a73b51950acafb9110630351a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20T=C3=B4rres?= Date: Thu, 29 Dec 2022 23:39:14 -0300 Subject: [PATCH] version 1.8.5-incognia.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pedro Tôrres --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 0a5cc8e7ce5..ffaf4493888 100644 --- a/version/version.go +++ b/version/version.go @@ -14,7 +14,7 @@ var ( CgoEnabled bool // The main version number that is being run at the moment. - Version = "1.8.5" + Version = "1.8.5-incognia.2" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc.