Skip to content

Commit 5dc55fa

Browse files
author
Hoanh An
committed
Update version
1 parent 51e39b2 commit 5dc55fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PKG_VERSION := v1.0.0
1+
PKG_VERSION := v1.1.0
22
GIT_COMMIT ?= $(shell git rev-parse --short HEAD 2> /dev/null || true)
33
BUILD_DATE := $(shell date -u +%Y-%m-%dT%T 2> /dev/null)
44

veryfi/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func NewClientV7(opts *Options) (*Client, error) {
4343
options: opts,
4444
client: c,
4545
apiVersion: "v7",
46-
pkgVersion: "1.0.0",
46+
pkgVersion: "1.1.0",
4747
}, nil
4848
}
4949

0 commit comments

Comments
 (0)