forked from cerc-io/plugeth
build: remove hash metadata from cocoapod version
This commit is contained in:
parent
a8ca75738a
commit
2b4c236773
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user