🔖 set version to 3.11.3

This commit is contained in:
Niels Lohmann 2023-11-28 20:38:03 +01:00
parent c15bc3caf8
commit df962081ab
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -18,7 +18,7 @@ TEST_CASE("version information")
json j = json::meta();
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["version"] == json(
{