build: remove hash metadata from cocoapod version

parent a8ca7573
......@@ -843,7 +843,7 @@ func newPodMetadata(env build.Environment, archive string) podMetadata {
return podMetadata{
Name: name,
Archive: archive,
Version: build.VERSION() + "+" + env.Commit[:8],
Version: build.VERSION(),
Commit: env.Commit,
Contributors: contribs,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment