Skip to content

Commit

Permalink
chore: release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jun 14, 2024
1 parent e3f7612 commit fb7f619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIN_OUT_DIR := out
BINARY := $(BIN_OUT_DIR)/terraform-provider-cala

version = 0.0.7
version = 0.0.8
os_arch = $(shell go env GOOS)_$(shell go env GOARCH)
provider_path = registry.terraform.io/galoymoney/cala/$(version)/$(os_arch)/

Expand Down

0 comments on commit fb7f619

Please sign in to comment.