From 438ac40502479bc2071db982c949f535aeae3feb Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Fri, 10 Mar 2023 15:53:51 +0100 Subject: [PATCH] v1.5.0-alpha2 --- config/vars.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/vars.go b/config/vars.go index 345c5fb1..cca76e5b 100644 --- a/config/vars.go +++ b/config/vars.go @@ -7,10 +7,10 @@ import ( // Set during build const ( // Version is the version of the software, set at build time - Version = "v1.4.1-dev" + Version = "v1.5.0-alpha2" // ForkVersion is the latest supported fork version at build time - ForkVersion = "bellatrix" + ForkVersion = "capella" ) // Other settings