mirror of https://github.com/status-im/op-geth.git
Merge pull request #3327 from karalabe/cocoapods-version-round2
build: remove hash metadata from cocoapod version
This commit is contained in:
commit
f7da5b29f0
|
@ -843,7 +843,7 @@ func newPodMetadata(env build.Environment, archive string) podMetadata {
|
||||||
return podMetadata{
|
return podMetadata{
|
||||||
Name: name,
|
Name: name,
|
||||||
Archive: archive,
|
Archive: archive,
|
||||||
Version: build.VERSION() + "+" + env.Commit[:8],
|
Version: build.VERSION(),
|
||||||
Commit: env.Commit,
|
Commit: env.Commit,
|
||||||
Contributors: contribs,
|
Contributors: contribs,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue