Skip to content

Commit 50cdc9d

Browse files
authored
Merge pull request #1971 from rosahbruno/bump-glean-parser-version-14.5
Bumped glean_parser version to 14.5
2 parents b138f33 + c74a1d4 commit 50cdc9d

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
@@ -28,7 +28,7 @@ const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV || path.join(process.cwd
2828

2929
// The version of glean_parser to install from PyPI.
3030
// Note: This should be _only_ MAJOR.MINOR
31-
const GLEAN_PARSER_VERSION = "14.1";
31+
const GLEAN_PARSER_VERSION = "14.5";
3232

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

0 commit comments

Comments
 (0)