0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00

fix(build): trailing space in provider's version (#233)

This commit is contained in:
Pavel Boldyrev 2023-02-06 19:29:24 -05:00 committed by GitHub
parent 1de9294766
commit f97407dc00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)