fix: correct chrome version in chrome_version.h (#17218)

This commit is contained in:
Jeremy Apthorp
2019-03-04 13:42:08 -08:00
committed by GitHub
parent 9d30245fb4
commit 3c0d90eca8

View File

@@ -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_