aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distamp.ha2
1 files changed, 1 insertions, 1 deletions
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;