aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-07-18 17:55:12 +0800
committerLi Jin <dragon-fly@qq.com>2025-07-18 17:55:12 +0800
commitc017493f56e98fcbc88f9459b9c10b3e1acc3e6e (patch)
treeaef4d9c723b2c0c2219b5cb2f1afb218a14d46bd
parenta6579e94d8a41c694ed7a7db5036be99b0bf20cf (diff)
downloadyuescript-c017493f56e98fcbc88f9459b9c10b3e1acc3e6e.tar.gz
yuescript-c017493f56e98fcbc88f9459b9c10b3e1acc3e6e.tar.bz2
yuescript-c017493f56e98fcbc88f9459b9c10b3e1acc3e6e.zip
Updated version. [skip CI]v0.29.2
-rw-r--r--src/yuescript/yue_compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_compiler.cpp b/src/yuescript/yue_compiler.cpp
index d45c3be..4f6e025 100644
--- a/src/yuescript/yue_compiler.cpp
+++ b/src/yuescript/yue_compiler.cpp
@@ -78,7 +78,7 @@ static std::unordered_set<std::string> Metamethods = {
78 "close"s // Lua 5.4 78 "close"s // Lua 5.4
79}; 79};
80 80
81const std::string_view version = "0.29.1"sv; 81const std::string_view version = "0.29.2"sv;
82const std::string_view extension = "yue"sv; 82const std::string_view extension = "yue"sv;
83 83
84class CompileError : public std::logic_error { 84class CompileError : public std::logic_error {