We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d671a commit 7b79c7cCopy full SHA for 7b79c7c
docs/reference.md
@@ -1,6 +1,6 @@
1
target: reference/index
2
template: reference
3
- title: MoonScript v0.2.3 - Language Guide
+ title: MoonScript v0.2.4 - Language Guide
4
short_name: lang
5
--
6
MoonScript is a programming language that compiles to
docs/standard_lib.md
target: reference/standard_lib
- title: MoonScript v0.2.3 - Standard Library
+ title: MoonScript v0.2.4 - Standard Library
short_name: stdlib
moonscript/version.lua
@@ -1,7 +1,7 @@
module("moonscript.version", package.seeall)
-version = "0.2.3-2"
+version = "0.2.4"
function print_version()
print("MoonScript version "..version)
7
end
0 commit comments