Skip to content

Commit ba63b75

Browse files
committed
Bump version.
1 parent cad9b51 commit ba63b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TEST?=$$(go list ./... | grep -v 'vendor')
22
HOSTNAME=jsherz
33
NAME=node-lambda-packager
44
BINARY=terraform-provider-${NAME}
5-
VERSION=1.10.0
5+
VERSION=1.11.0
66
OS_ARCH=$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m)
77

88
default: install

0 commit comments

Comments
 (0)