From 6f38a95a2d44ad3bd4cc49e14224296239da7412 Mon Sep 17 00:00:00 2001 From: Johnny Wang Date: Thu, 19 Jan 2023 15:33:23 +0800 Subject: bumped version to 2.1.0.11. (#86) --- tests/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test.lua b/tests/test.lua index 7e523a3..cf7a54a 100755 --- a/tests/test.lua +++ b/tests/test.lua @@ -93,7 +93,7 @@ local cjson_tests = { -- Test API variables { "Check module name, version", function () return json._NAME, json._VERSION end, { }, - true, { "cjson", "2.1.0.10" } }, + true, { "cjson", "2.1.0.11" } }, -- Test decoding simple types { "Decode string", -- cgit v1.2.3-55-g6feb