From 2df1c307e7f3fdf4c93362c9575f2d3c661c1cb0 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Wed, 8 Mar 2023 11:26:10 +0100 Subject: [PATCH] v1.5.0-alpha1 --- config/vars.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/vars.go b/config/vars.go index 345c5fb1..d1f3e4b9 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-alpha1" // ForkVersion is the latest supported fork version at build time - ForkVersion = "bellatrix" + ForkVersion = "capella" ) // Other settings