Skip to content

Commit

Permalink
chore: release-120 fix fix-regression-test version (#762)
Browse files Browse the repository at this point in the history
- Revert provider version to 1.0

We should keep it to 1.0.0 as customers can start with 1.0.0 and then jump
to any minor versions.
  • Loading branch information
vipinvkmenon authored Apr 2, 2024
1 parent c22f2a5 commit b2c4ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "1.1.0"
version = "1.0.0"
}
}
}
Expand Down

0 comments on commit b2c4ef3

Please sign in to comment.