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 07a01d9 commit 51a7527Copy full SHA for 51a7527
moonscript/version.lua
@@ -1,7 +1,7 @@
1
2
module("moonscript.version", package.seeall)
3
4
-version = "0.2.1-dev"
+version = "0.2.2"
5
function print_version()
6
print("MoonScript version "..version)
7
end
0 commit comments