Automatic: Updating the new version number 0.12.433.270

Change-Id: I34f1fc419cf5f5a18179c0807887791df9c12d8e
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index a783441..f715d68 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=269
+export CHROMEOS_VERSION_PATCH=270
 
 # Official builds must set CHROMEOS_OFFICIAL=1.
 if [ ${CHROMEOS_OFFICIAL:-0} -ne 1 ] && [ "${USER}" != "chrome-bot" ]; then