Skip to content

Commit

Permalink
Parser: VERSION_MINOR = 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Aug 17, 2024
1 parent dbd4f4d commit 3e78d6d
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 = 7;
const VERSION_MINOR = 8;

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

0 comments on commit 3e78d6d

Please sign in to comment.