Skip to content

Commit

Permalink
bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenwen Yin committed Jun 6, 2022
1 parent ecd165f commit 3392bbf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
2 changes: 1 addition & 1 deletion examples/clone/clone.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
cloudtower = {
version = "~> 0.1.6"
version = "~> 0.1.7"
source = "registry.terraform.io/smartxworks/cloudtower"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/create-vm-from-template/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
cloudtower = {
version = "~> 0.1.6"
version = "~> 0.1.7"
source = "registry.terraform.io/smartxworks/cloudtower"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/create/create.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
cloudtower = {
version = "~> 0.1.6"
version = "~> 0.1.7"
source = "registry.terraform.io/smartxworks/cloudtower"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/snapshot/snapshot.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
cloudtower = {
version = "~> 0.1.6"
version = "~> 0.1.7"
source = "registry.terraform.io/smartxworks/cloudtower"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/template-clone-from-vm/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
cloudtower = {
version = "~> 0.1.6"
version = "~> 0.1.7"
source = "registry.terraform.io/smartxworks/cloudtower"
}
}
Expand Down

0 comments on commit 3392bbf

Please sign in to comment.