From f97407dc00c425b8d015abf72488b5a4fd31f043 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:29:24 -0500 Subject: [PATCH] fix(build): trailing space in provider's version (#233) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6854e98e..7d8c0486 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor) NAME=terraform-provider-proxmox TARGETS=darwin linux windows TERRAFORM_PLUGIN_EXTENSION= -VERSION=0.12.0 # x-release-please-version +VERSION=0.12.0# x-release-please-version VERSION_EXAMPLE=9999.0.0 ifeq ($(OS),Windows_NT)