Automatic: Updating the new version number 0.12.433.115
Change-Id: Ia55cf7f9666c99916879207b844313ff22a41e75
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index bd73cf1..ed03c06 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=114
+export CHROMEOS_VERSION_PATCH=115
# Official builds must set CHROMEOS_OFFICIAL=1.
if [ ${CHROMEOS_OFFICIAL:-0} -ne 1 ] && [ "${USER}" != "chrome-bot" ]; then