Skip to content

Commit 6daeac2

Browse files
committed
Bumped glean_parser version to 14.0.1
1 parent b1156ba commit 6daeac2

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
@@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
2727
const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV || path.join(process.cwd(), ".venv");
2828

2929
// The version of glean_parser to install from PyPI.
30-
const GLEAN_PARSER_VERSION = "10.0.3";
30+
const GLEAN_PARSER_VERSION = "14.0.1";
3131

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

0 commit comments

Comments
 (0)