bump version

This commit is contained in:
leaf corcoran 2013-01-29 00:46:18 -08:00
parent cb8cd1f186
commit 5ec921484b

View File

@ -1,7 +1,7 @@
module("moonscript.version", package.seeall)
version = "0.2.3"
version = "0.2.3-2"
function print_version()
print("MoonScript version "..version)
end