From 88e64611323ba68b36dd0148a484211dad67be51 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 22 Feb 2022 15:55:07 +0100 Subject: [PATCH] 0.4.0 --- rpl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpl.gemspec b/rpl.gemspec index 3edcf5b..b64e1ad 100644 --- a/rpl.gemspec +++ b/rpl.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'rpl' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'Functional Stack Language' s.description = "A language inspired by HP's RPL and https://github.com/louisrubet/rpn/" s.authors = ['Gwenhael Le Moine']