🔖 set version to 3.11.3
This commit is contained in:
parent
c15bc3caf8
commit
df962081ab
@ -18,7 +18,7 @@ TEST_CASE("version information")
|
|||||||
json j = json::meta();
|
json j = json::meta();
|
||||||
|
|
||||||
CHECK(j["name"] == "JSON for Modern C++");
|
CHECK(j["name"] == "JSON for Modern C++");
|
||||||
CHECK(j["copyright"] == "(C) 2013-2022 Niels Lohmann");
|
CHECK(j["copyright"] == "(C) 2013-2023 Niels Lohmann");
|
||||||
CHECK(j["url"] == "https://github.com/nlohmann/json");
|
CHECK(j["url"] == "https://github.com/nlohmann/json");
|
||||||
CHECK(j["version"] == json(
|
CHECK(j["version"] == json(
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user