chore: update version to 1.2.1

This commit is contained in:
Petra Baranski
2023-08-06 13:28:11 +02:00
parent 09229aae0d
commit 231785ff2d
4 changed files with 11 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ public:
* Check https://github.com/progsource/maddy/blob/master/CHANGELOG.md
* for the changelog.
*/
static const std::string version() { static const std::string v = "1.2.0"; return v; }
static const std::string& version() { static const std::string v = "1.2.1"; return v; }
/**
* ctor