Skip to content

Commit

Permalink
update version to v1.2.3 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashesh Mishra <asheshmishra@apples-MacBook-Pro.local>
  • Loading branch information
ashesh01 and Ashesh Mishra authored Nov 15, 2022
1 parent 5810fa7 commit 01570a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
stackit = {
source = "SchwarzIT/stackit"
version = "=1.2.2"
version = "=1.2.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
stackit = {
source = "SchwarzIT/stackit"
version = "=1.2.2"
version = "=1.2.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stackit = {
source = "SchwarzIT/stackit"
version = "=1.2.2"
version = "=1.2.3"
}
}
}
Expand Down

0 comments on commit 01570a5

Please sign in to comment.