Skip to content

Commit

Permalink
Set CrateDB version to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surister committed Jul 1, 2024
1 parent e38f55a commit 07a858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def set_version(target: Antlr4Target, version: str):
setup_logging()

input_target = sys.argv[1]
version = '5.6.4'
version = '5.7.2'

if input_target.startswith("py"):
target = Antlr4Target.python
Expand Down

0 comments on commit 07a858a

Please sign in to comment.