We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546a92a commit 2cb83a3Copy full SHA for 2cb83a3
1 file changed
Makefile
@@ -2,7 +2,7 @@ GOBIN ?= $(shell go env GOPATH)/bin
2
PKG = github.com/dotzero/git-profile
3
BIN := git-profile
4
5
-VERSION := 1.7.0
+VERSION := 1.7.1
6
HASH := $(shell git rev-parse --short HEAD)
7
DATE := $(shell date +%FT%T%z)
8
0 commit comments