From 2cf8d2f7f845060bfc907b5cfa01374343eafc3d Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Wed, 27 Dec 2023 16:36:22 +0800 Subject: [PATCH] [1.3] bump to 1.3.11 --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 295dfc5b9..c382965bd 100644 --- a/xmake.lua +++ b/xmake.lua @@ -5,7 +5,7 @@ set_allowedmodes("releasedbg", "release", "debug") add_rules("mode.debug") set_project("lolly") -LOLLY_VERSION= "1.3.1" +LOLLY_VERSION= "1.3.11" set_languages("c++17") includes("@builtin/check")