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)