Skip to content

Commit 5703173

Browse files
committed
Bump version
1 parent 3fdc1f7 commit 5703173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog for the Cortex terraform provider.
22

33
## Unreleased
44

5-
## 0.3.2
5+
## 0.4.0
66
* Deprecate `x-cortex-parents` and use `x-cortex-parents` instead
77
- Bump Go version 1.20 -> 1.22
88

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ HOSTNAME=github.com
22
NAMESPACE=cortexapps
33
NAME=cortex
44
BINARY=terraform-provider-${NAME}
5-
VERSION=0.3.2-dev
5+
VERSION=0.4.1-dev
66

77
GOOS?=$(shell go env | grep GOOS | cut -d '=' -f2 | tr -d "'")
88
GOARCH?=$(shell go env | grep GOARCH | cut -d '=' -f2 | tr -d "'")

0 commit comments

Comments
 (0)