docs: update version number

This commit is contained in:
Petra Baranski
2023-07-27 18:10:19 +02:00
parent bf64f3e3dc
commit 02d3ccaf22
4 changed files with 16 additions and 6 deletions

View File

@@ -51,6 +51,14 @@ namespace maddy {
class Parser
{
public:
/**
* Version info
*
* 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; }
/**
* ctor
*