Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanhan101 committed Jul 6, 2021
1 parent fd2f260 commit d5c7b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_VERSION := v0.1.8
PKG_VERSION := v0.1.9
GIT_COMMIT ?= $(shell git rev-parse --short HEAD 2> /dev/null || true)
BUILD_DATE := $(shell date -u +%Y-%m-%dT%T 2> /dev/null)

Expand All @@ -19,7 +19,7 @@ fmt: ## Run gofmt on all files

.PHONY: github-tag
github-tag: ## Create and push a tag with the current client version
git tag -a ${PKG_VERSION} -m "Veryfi Go Client v${PKG_VERSION}"
git tag -a ${PKG_VERSION} -m "Veryfi Go Client ${PKG_VERSION}"
git push -u origin ${PKG_VERSION}

.PHONY: lint
Expand Down

0 comments on commit d5c7b36

Please sign in to comment.