From 0d5baf6417e5e3eb3bc70992b9cf6feb058859ec Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 5 Oct 2022 09:56:49 +0200 Subject: [PATCH] 0.10.3 --- lib/rpl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rpl.rb b/lib/rpl.rb index 126ed29..db23ebc 100644 --- a/lib/rpl.rb +++ b/lib/rpl.rb @@ -5,7 +5,7 @@ require 'rpl/types' require 'rpl/words' class Rpl < Interpreter - VERSION = '0.10.2' + VERSION = '0.10.3' include Types