Skip to content

Commit

Permalink
GRAM: Bump Parser Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhernyavsky committed Feb 13, 2022
1 parent 8cf3772 commit 954229d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ class RustParserDefinition : ParserDefinition {
/**
* Should be increased after any change of parser rules
*/
const val PARSER_VERSION: Int = LEXER_VERSION + 37
const val PARSER_VERSION: Int = LEXER_VERSION + 38
}
}

0 comments on commit 954229d

Please sign in to comment.