Automatic: Updating the new version number 0.12.369.38

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