From 97145a56ad036be54096e22aff581f70f94b2b57 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Mon, 4 Mar 2019 10:51:18 -0800 Subject: [PATCH] fix: correct chrome version in 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 ed62d5d5aeab5..7250ce69ad23d 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 "69.0.3497.106" +#define CHROME_VERSION_STRING "69.0.3497.128" #define CHROME_VERSION "v" CHROME_VERSION_STRING #endif // ATOM_COMMON_CHROME_VERSION_H_