mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
updated version number for dev
This commit is contained in:
parent
4a1c9e5548
commit
9d8690f58b
@ -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
|
||||
|
@ -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
|
||||
--
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user