Automatic: whirlwind-release - Updating to a new version number from 7077.122.7

Change-Id: Iaa668d696b1745056981caf80ff9f2a851dbf17c
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index d203e4e..425b065 100755
--- a/chromeos/config/chromeos_version.sh
+++ b/chromeos/config/chromeos_version.sh
@@ -25,7 +25,7 @@
   # Patch number.
   # Increment by 1 in case a non-scheduled branch release build is necessary.
   # Reset to 0 when increasing branch number.
-  export CHROMEOS_PATCH=7
+  export CHROMEOS_PATCH=8
 
   # Official builds must set CHROMEOS_OFFICIAL=1.
   if [ ${CHROMEOS_OFFICIAL:-0} -ne 1 ]; then