Updates version number to 0.4.255207973.20190626.

Significant changes:
- Allow simultaneous builds from different workspaces.
- Improved support for the new objc_proto_library.

PiperOrigin-RevId: 255212310
diff --git a/version.bzl b/version.bzl
index 513eff4..7a96c03 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 = "253865084"
+TULSI_VERSION_FIXLEVEL = "255207973"
 
-TULSI_VERSION_DATE = "20190618"
+TULSI_VERSION_DATE = "20190626"
 
 TULSI_VERSION_COPYRIGHT = "2015-2018"