updated version number for dev

This commit is contained in:
leaf corcoran 2012-01-08 23:32:06 -08:00
parent 4a1c9e5548
commit 9d8690f58b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
target: reference/index
template: reference
title: MoonScript v0.2.0 - Language Guide
title: MoonScript v0.2.1 - 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.0 - Standard Library
title: MoonScript v0.2.1 - Standard Library
short_name: stdlib
--

View File

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