aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parcom.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parcom.cr b/src/parcom.cr
index 60b8df0..5bb6aee 100644
--- a/src/parcom.cr
+++ b/src/parcom.cr
@@ -1,7 +1,7 @@
require "./parcom/*"
module Parcom
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
# A ParserFail exception should be raised by `Parser#parse` when
# a parse attempt is unsuccessful.