From 2e280648a4fee6fbef60388c30991960b96ad73d Mon Sep 17 00:00:00 2001 From: Thomas Munzer Date: Fri, 20 Dec 2024 14:12:04 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b5c79e..97d99b4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ HOSTNAME=terraform.local NAMESPACE=local NAME=mist BINARY=terraform-provider-${NAME} -VERSION=0.1.2 +VERSION=0.2.13 OS_ARCH=darwin_arm64 default: install