increase version number

This commit is contained in:
duncathan 2021-07-26 22:27:22 -06:00
parent b5f7c9eddd
commit e49606f1b8
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -1 +1 @@
2
3

View file

@ -1,7 +1,7 @@
require 'lib.strict'
VERSION = '2.0'
CSVERSION = 2
VERSION = '2.1'
CSVERSION = 3
Class = require 'lib.classic'
_ = require 'lib.moses'