Skip to content

Commit 2b4c236

Browse files
committed
build: remove hash metadata from cocoapod version
1 parent a8ca757 commit 2b4c236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ func newPodMetadata(env build.Environment, archive string) podMetadata {
843843
return podMetadata{
844844
Name: name,
845845
Archive: archive,
846-
Version: build.VERSION() + "+" + env.Commit[:8],
846+
Version: build.VERSION(),
847847
Commit: env.Commit,
848848
Contributors: contribs,
849849
}

0 commit comments

Comments
 (0)