Updates version number to 0.4.223025205.20181127.

Significant changes:
- Added support for the arm64_32 architecture for the Apple Watch
  Series 4 that can be enabled by selecting the option in the
  Tulsi document.

PiperOrigin-RevId: 223028599
diff --git a/version.bzl b/version.bzl
index b0ce9c9..4e9aea3 100644
--- a/version.bzl
+++ b/version.bzl
@@ -4,9 +4,9 @@
 # Version number (recorded into the Info.plist)
 TULSI_VERSION_MAJOR = "0"
 
-TULSI_VERSION_FIXLEVEL = "221678280"
+TULSI_VERSION_FIXLEVEL = "223025205"
 
-TULSI_VERSION_DATE = "20181115"
+TULSI_VERSION_DATE = "20181127"
 
 TULSI_VERSION_COPYRIGHT = "2015-2018"