From 34aa9dc1871c7eabe4e6d60c2e58a603e048e7e6 Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Wed, 14 Aug 2024 11:45:54 +0100 Subject: [PATCH] bump version for next release --- CHANGELOG.md | 2 ++ GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e11158..01490844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.3.4 (Unreleased) + ## 0.3.3 (4 June 2024) NOTES: diff --git a/GNUmakefile b/GNUmakefile index 10f39527..8c6cc1f6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ DAVINCI_DIR=./internal/service/davinci NAMESPACE=pingidentity PKG_NAME=davinci BINARY=terraform-provider-${NAME} -VERSION=0.3.3 +VERSION=0.3.4 OS_ARCH=linux_amd64 default: install