Skip to content

Commit

Permalink
Bump up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
sternik committed May 9, 2023
1 parent 5bc7cbc commit a0c6e7d
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.5.2"
version = "1.6.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.5.2"
version = "1.6.0"
}
}
}
Expand Down

0 comments on commit a0c6e7d

Please sign in to comment.