From 682c89e3f623034f4afda70c1e748198c03c7ea3 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 16:16:29 +0100 Subject: Bump version --- distamp.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distamp.ha b/distamp.ha index aa5e7f3..7e44522 100644 --- a/distamp.ha +++ b/distamp.ha @@ -13,7 +13,7 @@ use encoding::utf8; type parseerror = !strconv::error; def MAJOR = 2; -def MINOR = 0; +def MINOR = 1; def PATCH = 0; // hare build -RD DEV=false for release version def DEV = true; -- cgit v1.2.3