Automatic: Updating the new version number 0.11.241.79

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