Make sure to return the updated line when modifying .pb.h file
diff --git a/update_version.py b/update_version.py
index 09d7865..187e7e6 100755
--- a/update_version.py
+++ b/update_version.py
@@ -156,6 +156,7 @@
         r'^#if .* < PROTOBUF_MIN_PROTOC_VERSION$',
         '#if %s < PROTOBUF_MIN_PROTOC_VERSION' % cpp_version,
         line)
+    return line
     
   RewriteTextFile('src/google/protobuf/stubs/common.h', RewriteCommon)
   RewriteTextFile('src/google/protobuf/port_def.inc', RewritePortDef)