From b61d4a085b97b1e889afd36df6368ea81e8bf67b Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 12 Oct 2022 17:09:20 +0200 Subject: [PATCH] 0.13.0 --- lib/rpl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rpl.rb b/lib/rpl.rb index 5726f6d..4d1e639 100644 --- a/lib/rpl.rb +++ b/lib/rpl.rb @@ -5,7 +5,7 @@ require 'rpl/types' require 'rpl/words' class Rpl < Interpreter - VERSION = '0.12.0' + VERSION = '0.13.0' include Types