Skip to content

Commit

Permalink
fix: correct chrome version in chrome_version.h (#17218)
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Mar 4, 2019
1 parent 9d30245 commit 3c0d90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/common/chrome_version.h
Expand Up @@ -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_

0 comments on commit 3c0d90e

Please sign in to comment.