We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdc1f7 commit 5703173Copy full SHA for 5703173
CHANGELOG.md
@@ -2,7 +2,7 @@ Changelog for the Cortex terraform provider.
2
3
## Unreleased
4
5
-## 0.3.2
+## 0.4.0
6
* Deprecate `x-cortex-parents` and use `x-cortex-parents` instead
7
- Bump Go version 1.20 -> 1.22
8
Makefile
@@ -2,7 +2,7 @@ HOSTNAME=github.com
NAMESPACE=cortexapps
NAME=cortex
BINARY=terraform-provider-${NAME}
-VERSION=0.3.2-dev
+VERSION=0.4.1-dev
GOOS?=$(shell go env | grep GOOS | cut -d '=' -f2 | tr -d "'")
GOARCH?=$(shell go env | grep GOARCH | cut -d '=' -f2 | tr -d "'")
0 commit comments