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 cb8cd1f commit 5ec9214Copy full SHA for 5ec9214
moonscript/version.lua
@@ -1,7 +1,7 @@
1
2
module("moonscript.version", package.seeall)
3
4
-version = "0.2.3"
+version = "0.2.3-2"
5
function print_version()
6
print("MoonScript version "..version)
7
end
0 commit comments