Skip to content

Commit bf286c6

Browse files
committed
Bumped glean_parser version to 4.0.0
1 parent 7fb236b commit bf286c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const LOG_TAG = "CLI";
1919
const VIRTUAL_ENVIRONMENT_DIR = ".venv";
2020

2121
// The version of glean_parser to install from PyPI.
22-
const GLEAN_PARSER_VERSION = "3.8.0";
22+
const GLEAN_PARSER_VERSION = "4.0.0";
2323

2424
// This script runs a given Python module as a "main" module, like
2525
// `python -m module`. However, it first checks that the installed

0 commit comments

Comments
 (0)