File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <!-- AUTOGENERATED BY glean_parser v7.2.1 . DO NOT EDIT. -->
1+ <!-- AUTOGENERATED BY glean_parser v8.0.0 . DO NOT EDIT. -->
22
33# Metrics
44
@@ -62,5 +62,5 @@ This ping contains no metrics.
6262
6363Data categories are [ defined here] ( https://wiki.mozilla.org/Firefox/Data_Collection ) .
6464
65- <!-- AUTOGENERATED BY glean_parser v7.2.1 . DO NOT EDIT. -->
65+ <!-- AUTOGENERATED BY glean_parser v8.0.0 . DO NOT EDIT. -->
6666
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
2727const 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 = "7.2.1 " ;
30+ const GLEAN_PARSER_VERSION = "8.0.0 " ;
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
Original file line number Diff line number Diff line change 1- glean_parser == 7.2.1
1+ glean_parser == 8.0.0
You can’t perform that action at this time.
0 commit comments