From b608152c41f235a0bf4ffd9db21d954bada3ceea Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Mon, 18 Dec 2017 00:30:04 +0300 Subject: [PATCH] Update Chrome version to 63.0.3239.84 --- 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 d0ebc901bb..7e86ba50cd 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 "62.0.3202.94" +#define CHROME_VERSION_STRING "63.0.3239.84" #define CHROME_VERSION "v" CHROME_VERSION_STRING #endif // ATOM_COMMON_CHROME_VERSION_H_