From 14396186afb152ac3d2e730c33e2b3c8a70b655b Mon Sep 17 00:00:00 2001 From: Romain Lenglet Date: Thu, 25 Jul 2024 18:03:33 +0000 Subject: [PATCH] Revert changing version in GNUmakefile --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c83af3b..020b2f5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MPL-2.0 BINARY_NAME=terraform-provider-illumio-cloudsecure -VERSION=dev +VERSION=0.0.1-pre PLUGIN_DIR=~/.terraform.d/plugins/registry.terraform.io/illumio/illumio-cloudsecure OS ?= $(shell uname -s | tr '[:upper:]' '[:lower:]') ARCH ?= $(shell uname -m)