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 10, 2022
1 parent fd401c5 commit a0031dd
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 a0031dd

Please sign in to comment.