Automatic: scarlet-release - Updating to a new version number from 11316.148.2

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