From 082d54e05a41cde31e2d8378503c4880eceb5c17 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Tue, 21 Mar 2023 20:33:52 +1300 Subject: Update version number --- src/parcom.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/parcom.cr b/src/parcom.cr index 8387752..cdbebdb 100644 --- a/src/parcom.cr +++ b/src/parcom.cr @@ -1,7 +1,7 @@ require "./parcom/*" module Parcom - VERSION = "0.1.0" + VERSION = "0.2.0" # A ParserFail exception should be raised by `Parser#parse` when # a parse attempt is unsuccessful. -- cgit v1.2.1