From 9f27d685a746d7ab7187cbd2464c2ed32b1a674f Mon Sep 17 00:00:00 2001 From: Victor Cordeiro Costa Date: Thu, 7 Dec 2023 16:32:06 -0300 Subject: [PATCH] Update VERSION --- lib/parsec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)