🔖 set version to 3.10.4

This commit is contained in:
Niels Lohmann
2021-10-16 13:34:31 +02:00
parent 80cf9d7065
commit a09bfa5faa
77 changed files with 111 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.10.3
| | |__ | | | | | | version 3.10.4
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
@@ -43,10 +43,10 @@ TEST_CASE("version information")
CHECK(j["url"] == "https://github.com/nlohmann/json");
CHECK(j["version"] == json(
{
{"string", "3.10.3"},
{"string", "3.10.4"},
{"major", 3},
{"minor", 10},
{"patch", 3}
{"patch", 4}
}));
CHECK(j.find("platform") != j.end());