From eba73a696c65932534fd5aefbe2ca4c7260c0fb6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 20 Aug 2020 09:46:49 +0800 Subject: reserve the same Moonscript coma separated expressions behaviors. --- src/MoonP/moon_compiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MoonP/moon_compiler.cpp') diff --git a/src/MoonP/moon_compiler.cpp b/src/MoonP/moon_compiler.cpp index cac4ad0..2f16fff 100644 --- a/src/MoonP/moon_compiler.cpp +++ b/src/MoonP/moon_compiler.cpp @@ -49,7 +49,7 @@ inline std::string s(std::string_view sv) { } const std::string_view version() { - return "0.4.9"sv; + return "0.4.10"sv; } // name of table stored in lua registry -- cgit v1.2.3-55-g6feb