Automatic: nyan_big-release - Updating to a new version number from 5841.76.1

Change-Id: Ic14a2418e06fce893ec0a69dae9f32b0830b6155
diff --git a/chromeos/config/chromeos_version.sh b/chromeos/config/chromeos_version.sh
index 564e9b3..4c78387 100755
--- a/chromeos/config/chromeos_version.sh
+++ b/chromeos/config/chromeos_version.sh
@@ -25,7 +25,7 @@
   # Patch number.
   # Increment by 1 in case a non-scheduled branch release build is necessary.
   # Reset to 0 when increasing branch number.
-  export CHROMEOS_PATCH=1
+  export CHROMEOS_PATCH=2
 
   # Official builds must set CHROMEOS_OFFICIAL=1.
   if [ ${CHROMEOS_OFFICIAL:-0} -ne 1 ]; then