Automatic: Updating the new version number 11.1.241.7

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