Skip to content

Commit

Permalink
VERSION_MINOR = 7
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Jul 26, 2024
1 parent b423fb2 commit a14350b
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 = 6;
const VERSION_MINOR = 7;

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

0 comments on commit a14350b

Please sign in to comment.