Skip to content

Commit

Permalink
Updated release version (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
delinea-sagar authored Nov 28, 2023
1 parent da568ac commit 374e8f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Terraform 0.13 uses a different file system layout for 3rd party providers. More
└───terraform.delinea.com
DelineaXPM
└───tss
└───2.0.2
└───2.0.3
└───windows_amd64
```

Expand All @@ -34,7 +34,7 @@ Terraform 0.13 uses a different file system layout for 3rd party providers. More
└───terraform.delinea.com
DelineaXPM
└───tss
└───2.0.2
└───2.0.3
├───linux_amd64
```

Expand Down
2 changes: 1 addition & 1 deletion examples/secrets/secret_create.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
tss = {
source = "DelineaXPM/tss"
version = "2.0.2"
version = "2.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/secrets/secret_get.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
tss = {
source = "DelineaXPM/tss"
version = "2.0.2"
version = "2.0.3"
}
}
}
Expand Down

0 comments on commit 374e8f0

Please sign in to comment.