Skip to content

Commit

Permalink
chore: Bump version number for release (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinlawnik authored Sep 5, 2024
1 parent 4c7fa64 commit 62411ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NAMESPACE=nobl9
NAME=nobl9
BIN_DIR=./bin
BINARY=$(BIN_DIR)/terraform-provider-$(NAME)
VERSION=0.29.0
VERSION=0.29.2
BUILD_FLAGS="-X github.com/nobl9/terraform-provider-nobl9/nobl9.Version=$(VERSION)"
OS_ARCH?=linux_amd64

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ terraform {
required_providers {
nobl9 = {
source = "nobl9/nobl9"
version = "0.29.0"
version = "0.29.2"
}
}
}
Expand Down

0 comments on commit 62411ea

Please sign in to comment.