From 891962b11d6d3b1b7275550b5c109e16c73ac94f Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sat, 6 Feb 2021 13:34:49 -0800 Subject: bump version to 2.1.0.9 --- 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 aeded76..605fc91 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.6" } }, + true, { "cjson", "2.1.0.9" } }, -- Test decoding simple types { "Decode string", -- cgit v1.2.3-55-g6feb