Is there an API to know gRPC/protobuf version or the git commit hash? We would like to include these in --version
information of our C++ application.
The files gRPC-Core.podspec
, gRPC-C++.podspec
, Protobuf-C++.podspec
etc. do have this information; wonder if the same can be extracted without having to parse these files.