From 016ac8ff6e29bb3609641d78cfebcf19d4c59604 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Fri, 20 Apr 2018 18:55:56 +0200 Subject: [PATCH] Set CHROME_VERSION_STRING to 66.0.3359.117 --- 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 960464e17bae..bb16578f3861 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 "66.0.3359.106" +#define CHROME_VERSION_STRING "66.0.3359.117" #define CHROME_VERSION "v" CHROME_VERSION_STRING #endif // ATOM_COMMON_CHROME_VERSION_H_