Skip to content

Commit 07a5fd4

Browse files
authored
Merge pull request #13324 from brave/1.38.release5_merge
Upgrade from Chromium 101.0.4951.64 to Chromium 101.0.4951.67 (1.38.x)
2 parents 72ca353 + 913d8e9 commit 07a5fd4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brave-core",
3-
"version": "1.38.115",
3+
"version": "1.38.117",
44
"description": "Brave Core is a set of changes, APIs and scripts used for customizing Chromium to make Brave.",
55
"main": "index.js",
66
"scripts": {
@@ -255,7 +255,7 @@
255255
"projects": {
256256
"chrome": {
257257
"dir": "src",
258-
"tag": "101.0.4951.64",
258+
"tag": "101.0.4951.67",
259259
"repository": {
260260
"url": "https://github.com/chromium/chromium"
261261
}

patches/chrome-VERSION.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/chrome/VERSION b/chrome/VERSION
2-
index 2ba05c772b81a636eef0b8c8d590ca61381334a2..89c100f37247f46edf843485f3997ec778fa24ec 100644
2+
index dce5e8d7f07c1c12e6e2ce392416ca82e001624b..0c179b60c694e4075ef82ebcccd2351e04085f62 100644
33
--- a/chrome/VERSION
44
+++ b/chrome/VERSION
55
@@ -1,4 +1,4 @@
66
MAJOR=101
77
-MINOR=0
88
-BUILD=4951
9-
-PATCH=64
9+
-PATCH=67
1010
+MINOR=1
1111
+BUILD=38
12-
+PATCH=115
12+
+PATCH=117

0 commit comments

Comments
 (0)