Update version number

This commit is contained in:
2025-07-19 22:47:32 +02:00
parent 17ee6a909a
commit 89142f8997
3 changed files with 11 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
#include "bayesnet/ensembles/AODELd.h"
#include "bayesnet/ensembles/BoostAODE.h"
const std::string ACTUAL_VERSION = "1.2.0";
const std::string ACTUAL_VERSION = "1.2.1";
TEST_CASE("Test Bayesian Classifiers score & version", "[Models]")
{