We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb236b commit bf286c6Copy full SHA for bf286c6
glean/src/cli.ts
@@ -19,7 +19,7 @@ const LOG_TAG = "CLI";
19
const VIRTUAL_ENVIRONMENT_DIR = ".venv";
20
21
// The version of glean_parser to install from PyPI.
22
-const GLEAN_PARSER_VERSION = "3.8.0";
+const GLEAN_PARSER_VERSION = "4.0.0";
23
24
// This script runs a given Python module as a "main" module, like
25
// `python -m module`. However, it first checks that the installed
0 commit comments