Skip to content

Commit

Permalink
Revert changing version in GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rlenglet authored Jul 25, 2024
1 parent 84f9215 commit 1439618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1439618

Please sign in to comment.