From 96e6e0ce67ed070a52223c1e9518c9018b1ce376 Mon Sep 17 00:00:00 2001 From: Johnny Wang Date: Fri, 10 Dec 2021 20:19:58 +0800 Subject: bumped version to 2.1.0.10. (#79) --- 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 605fc91..7e523a3 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.9" } }, + true, { "cjson", "2.1.0.10" } }, -- Test decoding simple types { "Decode string", -- cgit v1.2.3-55-g6feb