version 0.10.1

This commit is contained in:
Gwenhael Le Moine 2022-10-04 16:51:25 +02:00
parent 4dfe9554cb
commit aacb10de95
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ class Interpreter
attr_accessor :precision
def initialize( stack: [], dictionary: Dictionary.new )
@version = 0.91
@version = 0.101
@dictionary = dictionary
@stack = stack

View file

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