Automatic: kevin-firmware - Updating to a new version number from 8785.94.6

Change-Id: I29554b7f58c8a4b7ca2e79097704ab8d559a6e20
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index e610519..577ce1f 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=6
+  export CHROMEOS_PATCH=7
 
   # Official builds must set CHROMEOS_OFFICIAL=1.
   if [ ${CHROMEOS_OFFICIAL:-0} -ne 1 ]; then