From 97fcf7079b50c15c4ba86f2991fdc6d7a2990a1e Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 15 Mar 2018 11:26:27 +0900 Subject: [PATCH] Update chrome_version.h --- 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 23bdd6adb77e..03d72ca70f5f 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.132" +#define CHROME_VERSION_STRING "63.0.3239.150" #define CHROME_VERSION "v" CHROME_VERSION_STRING #endif // ATOM_COMMON_CHROME_VERSION_H_