Automatic: mistral-release - Updating to a new version number from 13099.94.9

Change-Id: I67297175785f90fe462762b9c14f0dfc8c6044e4
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index 3cadc5a..e6c0247 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.
-  CHROMEOS_PATCH=9
+  CHROMEOS_PATCH=10
 
   # Official builds must set CHROMEOS_OFFICIAL=1.
   if [ ${CHROMEOS_OFFICIAL:-0} -ne 1 ]; then