diff --git a/include/maddy/parser.h b/include/maddy/parser.h index e1891bc..42cae89 100644 --- a/include/maddy/parser.h +++ b/include/maddy/parser.h @@ -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.0"; return v; } /** * ctor