Skip to content

Commit c017493

Browse files
committed
Updated version. [skip CI]
1 parent a6579e9 commit c017493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yuescript/yue_compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static std::unordered_set<std::string> Metamethods = {
7878
"close"s // Lua 5.4
7979
};
8080

81-
const std::string_view version = "0.29.1"sv;
81+
const std::string_view version = "0.29.2"sv;
8282
const std::string_view extension = "yue"sv;
8383

8484
class CompileError : public std::logic_error {

0 commit comments

Comments
 (0)