diff --git a/src/opentofu/devcontainer-feature.json b/src/opentofu/devcontainer-feature.json index aebf9dfa7..b5dfddbfc 100644 --- a/src/opentofu/devcontainer-feature.json +++ b/src/opentofu/devcontainer-feature.json @@ -1,15 +1,15 @@ { "name": "OpenTofu", "id": "opentofu", - "version": "1.0.0", + "version": "1.0.1", "description": "OpenTofu is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share.", "options": { "version": { "type": "string", "proposals": [ - "1.6.0-alpha3" + "1.8.1" ], - "default": "1.6.0-alpha3", + "default": "1.8.1", "description": "Select the version of opentofu" } },