From b45368391129ee4c52fde811c0f12fdd05742646 Mon Sep 17 00:00:00 2001 From: Mihir Luthra Date: Tue, 5 Sep 2023 12:38:16 +0530 Subject: [PATCH] increment version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7bd8d0..95e4aa7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ HOSTNAME=fortanix.com NAMESPACE=fortanix NAME=dsm BINARY=terraform-provider-${NAME} -VERSION=0.5.25 +VERSION=0.5.26 OS=linux ARCH=amd64 OS_ARCH=${OS}_${ARCH}