From f6f959586f442bc9ecc1985ee1411d363da2ab92 Mon Sep 17 00:00:00 2001 From: Brian Ting Date: Fri, 19 Apr 2024 11:53:49 -0700 Subject: [PATCH] Add target_chromium_version.json. Target Chromium version represents the current target Chromium tag to update all relevant repositories to. As Cobalt moves closer to Chromium this tag should move closer to Chromium's trunk. This json will be used by Cobalt members and scripts and eventually bots for both metrics and repo updates. b/335722017 --- target_chromium_version.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 target_chromium_version.json diff --git a/target_chromium_version.json b/target_chromium_version.json new file mode 100644 index 000000000000..bf91b0871db1 --- /dev/null +++ b/target_chromium_version.json @@ -0,0 +1,3 @@ +{ + "target_chromium_version": "114.0.5735.358", +}