Skip to content

Commit

Permalink
Bump-up version
Browse files Browse the repository at this point in the history
  • Loading branch information
sternik committed Oct 24, 2024
1 parent 9a37ce4 commit 5f893ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {
required_providers {
imagefactory = {
source = "nordcloud/imagefactory"
version = "1.11.0"
version = "1.12.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
imagefactory = {
source = "nordcloud/imagefactory"
version = "1.11.0"
version = "1.12.0"
}
}
}
Expand Down

0 comments on commit 5f893ab

Please sign in to comment.