Skip to content

Commit

Permalink
🔖 set version to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Nov 28, 2023
1 parent c15bc3c commit df96208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/unit-meta.cpp
Expand Up @@ -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(
{
Expand Down

0 comments on commit df96208

Please sign in to comment.