version bump

This commit is contained in:
leaf corcoran 2013-01-24 17:17:03 -08:00
parent 9629f69d16
commit 7c4cd41fba
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
target: reference/index
template: reference
title: MoonScript v0.2.2 - Language Guide
title: MoonScript v0.2.3 - Language Guide
short_name: lang
--
MoonScript is a programming language that compiles to

View File

@ -1,6 +1,6 @@
target: reference/standard_lib
template: reference
title: MoonScript v0.2.2 - Standard Library
title: MoonScript v0.2.3 - Standard Library
short_name: stdlib
--

View File

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