aboutsummaryrefslogtreecommitdiff
path: root/src/yuescript/yue_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-11-16 11:10:20 +0800
committerLi Jin <dragon-fly@qq.com>2022-11-16 11:17:03 +0800
commit4cff61e72d04a249643e36a03b62f5560f269f83 (patch)
tree669c7e6754e09bd016f6ed1c6b8d49c5c0c3f58f /src/yuescript/yue_compiler.cpp
parent5ff5a1928cdc9e713533bbe388b81ab98e4df137 (diff)
downloadyuescript-4cff61e72d04a249643e36a03b62f5560f269f83.tar.gz
yuescript-4cff61e72d04a249643e36a03b62f5560f269f83.tar.bz2
yuescript-4cff61e72d04a249643e36a03b62f5560f269f83.zip
update version.v0.15.14
Diffstat (limited to '')
-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 9d84f43..066a661 100644
--- a/src/yuescript/yue_compiler.cpp
+++ b/src/yuescript/yue_compiler.cpp
@@ -60,7 +60,7 @@ namespace yue {
60 60
61typedef std::list<std::string> str_list; 61typedef std::list<std::string> str_list;
62 62
63const std::string_view version = "0.15.13"sv; 63const std::string_view version = "0.15.14"sv;
64const std::string_view extension = "yue"sv; 64const std::string_view extension = "yue"sv;
65 65
66class YueCompilerImpl { 66class YueCompilerImpl {