mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
docs: update version number
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user