Skip to content

Commit

Permalink
release: bump version (#373)
Browse files Browse the repository at this point in the history
This patch bumps the version in the documentation and examples.
  • Loading branch information
sudomateo authored Jan 6, 2025
1 parent 69c8d9a commit b19273d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
required_providers {
oxide = {
source = "oxidecomputer/oxide"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
oxide = {
source = "oxidecomputer/oxide"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/demo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
oxide = {
source = "oxidecomputer/oxide"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/disk_resource/disk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
oxide = {
source = "oxidecomputer/oxide"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/instance_resource/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
oxide = {
source = "oxidecomputer/oxide"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vpc_resource/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
oxide = {
source = "oxidecomputer/oxide"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down

0 comments on commit b19273d

Please sign in to comment.