increase version number

This commit is contained in:
duncathan 2020-03-08 22:31:19 -06:00
parent 79dcf36934
commit 55fda5d4f9
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1 +1 @@
1
2

View File

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