diff --git a/lib/parsec.rb b/lib/parsec.rb index 78cfae0..bd786a5 100644 --- a/lib/parsec.rb +++ b/lib/parsec.rb @@ -6,7 +6,7 @@ module Parsec class Parsec using StringToBooleanRefinements - VERSION = '0.14.0'.freeze + VERSION = '0.14.1'.freeze # evaluates the equation and returns only the result def self.eval_equation(equation)