Upgrade ArffFiles Module version

This commit is contained in:
2024-06-13 12:33:54 +02:00
parent ca0ae4dacf
commit 3eb61905fb
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ std::map<std::string, std::string> modules = {
{ "mdlp", "1.2.1" }, { "mdlp", "1.2.1" },
{ "Folding", "1.1.0" }, { "Folding", "1.1.0" },
{ "json", "3.11" }, { "json", "3.11" },
{ "ArffFiles", "1.0.0" } { "ArffFiles", "1.1.0" }
}; };
TEST_CASE("MDLP", "[Modules]") TEST_CASE("MDLP", "[Modules]")