Skip to content

Commit 2bcc26c

Browse files
committed
Set CrateDB version to 6.0.2
1 parent 8c4a9b9 commit 2bcc26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def set_version(target: Antlr4Target, version: str):
161161
setup_logging()
162162

163163
input_target = sys.argv[1]
164-
version = '5.10.7'
164+
version = '6.0.2'
165165

166166
if input_target.startswith("py"):
167167
target = Antlr4Target.python

0 commit comments

Comments
 (0)