From 99add0ae3580fe835e469282852c6d28286e9284 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 18:45:39 +0000 Subject: [PATCH] push codespaces-linux 2.0.1 with release v0.234.1 --- containers/codespaces-linux/definition-manifest.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/codespaces-linux/definition-manifest.json b/containers/codespaces-linux/definition-manifest.json index a2d316f8e2..8d6de77368 100644 --- a/containers/codespaces-linux/definition-manifest.json +++ b/containers/codespaces-linux/definition-manifest.json @@ -1,5 +1,5 @@ { - "definitionVersion": "2.0.0", + "definitionVersion": "2.0.1", "build": { "latest": true, "rootDistro": "debian", diff --git a/package.json b/package.json index 5eb85615b8..c715920d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-dev-containers", - "version": "0.234.0", + "version": "0.234.1", "description": "VS Code Dev Containers: Definitions and Templates", "repository": { "type": "git", @@ -27,4 +27,4 @@ "yargs": "^17.2.1", "handlebars": "^4.7.7" } -} +} \ No newline at end of file