From f31107cb4c5783a380e2f18237aaef6ac3b73bda Mon Sep 17 00:00:00 2001 From: bodymindarts Date: Tue, 6 Aug 2024 10:44:25 +0200 Subject: [PATCH] v0.0.19 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd487a4..9bc8105 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BIN_OUT_DIR := out BINARY := $(BIN_OUT_DIR)/terraform-provider-cala -version = 0.0.18 +version = 0.0.19 os_arch = $(shell go env GOOS)_$(shell go env GOARCH) provider_path = registry.terraform.io/galoymoney/cala/$(version)/$(os_arch)/