Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Oct 19, 2022
1 parent 8f89427 commit f112222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ HOSTNAME=registry.terraform.io
NAMESPACE=zerotier
NAME=zerotier
BINARY=terraform-provider-${NAME}
VERSION=0.2.0
VERSION=0.2.2
OS_ARCH=$(shell go env GOOS)_$(shell go env GOARCH)
GOLANGCI_LINT_VERSION=1.34.1
BUILD=go build -ldflags "-X github.com/zerotier/terraform-provider-zerotier/pkg/zerotier.Version=${VERSION}" -o
Expand Down

0 comments on commit f112222

Please sign in to comment.