Automatic: Updating the new version number 0.12.362.3

Change-Id: I0d91359a4f38c298a91b2c12fe0fe35f3239d46d
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index c6edae7..ddfb3d1 100755
--- a/chromeos/config/chromeos_version.sh
+++ b/chromeos/config/chromeos_version.sh
@@ -30,7 +30,7 @@
 # Patch number.
 # Increment by 1 each release on a branch.
 # Reset to 0 when increasing branch number.
-export CHROMEOS_VERSION_PATCH=2
+export CHROMEOS_VERSION_PATCH=3
 
 # Official builds must set CHROMEOS_OFFICIAL=1.
 if [ ${CHROMEOS_OFFICIAL:-0} -ne 1 ] && [ "${USER}" != "chrome-bot" ]; then