1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

Merge pull request #4982 from djdv/fix/mk-version

mk: fix commit string in version
This commit is contained in:
Whyrusleeping
2018-05-12 11:57:16 +01:00
committed by GitHub

View File

@ -1 +1 @@
git-commit:=$(shell git rev-parse --short HEAD 2>/dev/null)
git-hash:=$(shell git rev-parse --short HEAD 2>/dev/null)