From 72c7fe5e56d4048e38f5e88229596582289d3074 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 29 Mar 2018 16:25:25 +1100 Subject: [PATCH] Bump chromium version --- atom/common/chrome_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/common/chrome_version.h b/atom/common/chrome_version.h index 03d72ca70f..db4c6aac54 100644 --- a/atom/common/chrome_version.h +++ b/atom/common/chrome_version.h @@ -8,7 +8,7 @@ #ifndef ATOM_COMMON_CHROME_VERSION_H_ #define ATOM_COMMON_CHROME_VERSION_H_ -#define CHROME_VERSION_STRING "63.0.3239.150" +#define CHROME_VERSION_STRING "66.0.3359.45" #define CHROME_VERSION "v" CHROME_VERSION_STRING #endif // ATOM_COMMON_CHROME_VERSION_H_