From f14307ecb19aa8a732930eda83d67d50a13bc6e2 Mon Sep 17 00:00:00 2001 From: Sebastian Bassi Date: Thu, 2 Jan 2025 19:59:05 -0800 Subject: [PATCH] Update base.go (#29) Updating the version (you will need to recompile the binaries of 0.9.14 with this change so they report as 0.9.14 instead of 0.9.13) --- base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.go b/base.go index 8cecdf5..5308dc1 100644 --- a/base.go +++ b/base.go @@ -25,7 +25,7 @@ import ( const ( // Version is the current version of ALLHIC - Version = "0.9.13" + Version = "0.9.14" // LB is lower bound for GoldenArray LB = 18 // UB is upper bound for GoldenArray