chore: update version to 1.3.0

This commit is contained in:
Petra Baranski
2023-08-26 13:28:28 +02:00
parent 4722932068
commit 65730beffa
4 changed files with 9 additions and 5 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.1"; return v; }
static const std::string& version() { static const std::string v = "1.3.0"; return v; }
/**
* ctor