From a2a3f224f05e487e7adf57292a4e28beb2927c9a Mon Sep 17 00:00:00 2001 From: Noah Burk Date: Thu, 11 Apr 2024 18:15:47 -0400 Subject: [PATCH] release 0.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26d7b8e..1b0a736 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ HOSTNAME=github.com NAMESPACE=netactuate NAME=netactuate BINARY=terraform-provider-${NAME} -VERSION=0.2.2 +VERSION=0.2.3 OS_ARCH=darwin_amd64 BINARY_NAME=${BINARY}_${VERSION} BINARY_FULL_NAME=${BINARY_NAME}_${OS_ARCH}