Automatic: Updating the new version number 0.11.257.95

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