From b1305de21af5a9977722cd0d7c4cfb1ed0aed7a6 Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Mon, 15 Apr 2024 16:02:58 +0800 Subject: [PATCH] [1.4] bump to lolly 1.4.21 --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 40b7f5eda..432649102 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.4.20" +LOLLY_VERSION= "1.4.21" set_languages("c++17") includes("@builtin/check")