aboutsummaryrefslogtreecommitdiffstats
path: root/build/ci.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-11-23 16:49:25 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-11-23 16:49:25 +0800
commit2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb (patch)
treee731e3862d4d9c50d5ca937910921787ddaa65a3 /build/ci.go
parenta8ca75738a45a137ff7b2dfa276398fad26439da (diff)
downloadgo-tangerine-2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb.tar
go-tangerine-2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb.tar.gz
go-tangerine-2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb.tar.bz2
go-tangerine-2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb.tar.lz
go-tangerine-2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb.tar.xz
go-tangerine-2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb.tar.zst
go-tangerine-2b4c236773cd7f1e1663d2180f3ff2c060bcd0cb.zip
build: remove hash metadata from cocoapod version
Diffstat (limited to 'build/ci.go')
-rw-r--r--build/ci.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go
index 08e69b52f..dbf188350 100644
--- a/build/ci.go
+++ b/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,
}