📄 update copyright year

This commit is contained in:
Niels Lohmann 2021-01-03 20:54:17 +01:00
parent 085d497bf7
commit 01f6b2e741
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -39,7 +39,7 @@ TEST_CASE("version information")
json j = json::meta();
CHECK(j["name"] == "JSON for Modern C++");
CHECK(j["copyright"] == "(C) 2013-2020 Niels Lohmann");
CHECK(j["copyright"] == "(C) 2013-2021 Niels Lohmann");
CHECK(j["url"] == "https://github.com/nlohmann/json");
CHECK(j["version"] == json(
{