bump version to 0.16.0

This commit is contained in:
Gwenhael Le Moine 2023-02-09 16:45:22 +01:00
parent b3b02165a4
commit 95eb598079
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -5,7 +5,7 @@ require 'rpl/types'
require 'rpl/words'
class Rpl < Interpreter
VERSION = '0.15.2'
VERSION = '0.16.0'
include Types