chore: bump version to 1.6.0

This commit is contained in:
Petra Baranski
2025-07-25 06:36:38 +02:00
parent de67274233
commit 9143754a23
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ public:
*/
static const std::string& version()
{
static const std::string v = "1.5.0"; // MADDY_VERSION_LINE_REPLACEMENT
static const std::string v = "1.6.0"; // MADDY_VERSION_LINE_REPLACEMENT
return v;
}