diff --git a/src/tilt/devcontainer-feature.json b/src/tilt/devcontainer-feature.json index 64872da..ff56fb5 100644 --- a/src/tilt/devcontainer-feature.json +++ b/src/tilt/devcontainer-feature.json @@ -7,7 +7,7 @@ "version": { "type": "string", "proposals": ["v0.33.17", "v0.32.4"], - "default": "v0.36.1", + "default": "v0.36.3", "description": "Select or enter tilt version to install." } }, diff --git a/test/tilt/test.sh b/test/tilt/test.sh index 973dac8..cea0beb 100644 --- a/test/tilt/test.sh +++ b/test/tilt/test.sh @@ -26,7 +26,7 @@ source dev-container-features-test-lib # Feature-specific tests # The 'check' command comes from the dev-container-features-test-lib. -check "version" tilt version | grep 'v0.36.1' +check "version" tilt version | grep 'v0.36.3' # Report result # If any of the checks above exited with a non-zero exit code, the test will fail.