This commit is contained in:
Gwenhael Le Moine 2022-03-09 11:23:30 +01:00
parent 31ed30e5cd
commit 256053f31a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class Interpreter
attr_accessor :precision
def initialize( stack = [], dictionary = Rpl::Lang::Dictionary.new )
@version = 0.71
@version = 0.72
@dictionary = dictionary
@stack = stack

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = 'rpl'
s.version = '0.7.1'
s.version = '0.7.2'
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']