Skip to content

Commit

Permalink
VERSION_MINOR = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed May 29, 2024
1 parent 55ddf3e commit 0efdf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
abstract class Parser
{
const VERSION_MAJOR = 3;
const VERSION_MINOR = 0;
const VERSION_MINOR = 1;

/**
* @var integer - The maximum nesting level for language elements.
Expand Down

0 comments on commit 0efdf70

Please sign in to comment.