Index: chrome/test/chromedriver/chrome/version.cc |
diff --git a/chrome/test/chromedriver/chrome/version.cc b/chrome/test/chromedriver/chrome/version.cc |
index 3b6bee31a6f3496bae18e3f1b191df372b7d3d0c..7de99d01d4544ad308032e2cb13bf15fce135a45 100644 |
--- a/chrome/test/chromedriver/chrome/version.cc |
+++ b/chrome/test/chromedriver/chrome/version.cc |
@@ -13,7 +13,7 @@ const int kMinimumSupportedChromeVersion[] = {26, 0, 1395, 0}; |
} // namespace |
// This variable must be able to be found and parsed by the upload script. |
-const char kChromeDriverVersion[] = "0.7"; |
+const char kChromeDriverVersion[] = "0.8"; |
const int kMinimumSupportedChromeBuildNo = kMinimumSupportedChromeVersion[2]; |