Update version number in tests

This commit is contained in:
Ricardo Montañana Gómez 2024-03-06 17:22:45 +01:00
parent 46e929ff4d
commit debd890519
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -13,7 +13,7 @@
#include "AODELd.h"
#include "TestUtils.h"
const std::string ACTUAL_VERSION = "1.0.3";
const std::string ACTUAL_VERSION = "1.0.4";
TEST_CASE("Test Bayesian Classifiers score & version", "[BayesNet]")
{