From 3bcb51292075c4300f9ee22af47788ffc52287b6 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Date: Mon, 25 Nov 2024 14:23:34 -0500 Subject: [PATCH] prep release 4.12 Signed-off-by: Tien Nguyen --- docs/index.md | 2 +- okta/config.go | 2 +- templates/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index c387eb8d5..5b21f53bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ terraform { required_providers { okta = { source = "okta/okta" - version = "~> 4.11.1" + version = "~> 4.12.0" } } } diff --git a/okta/config.go b/okta/config.go index 9a9db8da8..0f7b84ba0 100644 --- a/okta/config.go +++ b/okta/config.go @@ -26,7 +26,7 @@ import ( ) const ( - OktaTerraformProviderVersion = "4.11.1" + OktaTerraformProviderVersion = "4.12.0" OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion ) diff --git a/templates/index.md b/templates/index.md index c387eb8d5..5b21f53bd 100644 --- a/templates/index.md +++ b/templates/index.md @@ -24,7 +24,7 @@ terraform { required_providers { okta = { source = "okta/okta" - version = "~> 4.11.1" + version = "~> 4.12.0" } } }