Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanhan101 committed Sep 15, 2022
1 parent 51e39b2 commit 5dc55fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_VERSION := v1.0.0
PKG_VERSION := v1.1.0
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 Down
2 changes: 1 addition & 1 deletion veryfi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func NewClientV7(opts *Options) (*Client, error) {
options: opts,
client: c,
apiVersion: "v7",
pkgVersion: "1.0.0",
pkgVersion: "1.1.0",
}, nil
}

Expand Down

0 comments on commit 5dc55fa

Please sign in to comment.