[tools] Eliminate version on Obj-C docs (#38145)

Eliminates the --module-version flag to jazzy when generating Obj-C
docs. This was hardcoded to 1.0.0. Since we have no knowledge of which
Flutter version a given engine build will be part of, eliminate it
altogether.
diff --git a/tools/gen_objcdoc.sh b/tools/gen_objcdoc.sh
index 7f7d65d..4e4afaa 100755
--- a/tools/gen_objcdoc.sh
+++ b/tools/gen_objcdoc.sh
@@ -49,7 +49,6 @@
   --author_url 'https://flutter.io'\
   --github_url 'https://github.com/flutter'\
   --github-file-prefix 'http://github.com/flutter/engine/blob/main'\
-  --module-version 1.0.0\
   --xcodebuild-arguments --objc,"$FLUTTER_UMBRELLA_HEADER",--,-x,objective-c,-isysroot,"$(xcrun --show-sdk-path --sdk iphonesimulator)",-I,"$(pwd)"\
   --module Flutter\
   --root-url https://api.flutter.dev/objc/\