Automatic: Updating the new version number 0.13.509.16

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