From d8e58dffe6e1e6453e2d73d2709360cd7923c34e Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 3 Oct 2018 17:07:12 +1000 Subject: [PATCH] chore: update CHROME_VERSION_STRING --- 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 3cbb33d4870c..ed62d5d5aeab 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 "68.0.3440.128" +#define CHROME_VERSION_STRING "69.0.3497.106" #define CHROME_VERSION "v" CHROME_VERSION_STRING #endif // ATOM_COMMON_CHROME_VERSION_H_