Skip to content

Commit

Permalink
Merge pull request #2147 from okta/prep-release-4.12
Browse files Browse the repository at this point in the history
prep release 4.12
  • Loading branch information
duytiennguyen-okta authored Nov 25, 2024
2 parents 660a6c7 + 3bcb512 commit 8ede132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 4.11.1"
version = "~> 4.12.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
OktaTerraformProviderVersion = "4.11.1"
OktaTerraformProviderVersion = "4.12.0"
OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion
)

Expand Down
2 changes: 1 addition & 1 deletion templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 4.11.1"
version = "~> 4.12.0"
}
}
}
Expand Down

0 comments on commit 8ede132

Please sign in to comment.