Automatic: sumo-release - Updating to a new version number from 12371.65.9

Change-Id: I8c234c1d574f9ae4c4dcb530f88a6eb8c70ddda6
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index f577083..249b464 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