Merge pull request #3327 from karalabe/cocoapods-version-round2

build: remove hash metadata from cocoapod version
pull/3313/merge
Péter Szilágyi 8 years ago committed by GitHub
commit f7da5b29f0
  1. 2
      build/ci.go

@ -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…
Cancel
Save