aboutsummaryrefslogtreecommitdiff
path: root/src/parcom.cr
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-03-21 20:33:52 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-03-21 20:33:52 +1300
commit082d54e05a41cde31e2d8378503c4880eceb5c17 (patch)
tree619f54fbb77c018e4797f65c3d3b16f04e6e24a1 /src/parcom.cr
parent988818905a8ceb2595382cc03d01903d0f1c2984 (diff)
Update version number
Diffstat (limited to 'src/parcom.cr')
-rw-r--r--src/parcom.cr2
1 files changed, 1 insertions, 1 deletions
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.