From 9476309af282eecfc05c1e3392ad0d17a9b00474 Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Fri, 2 Dec 2022 07:50:08 +1100 Subject: [PATCH] Update demo project and latest tested CLI version (2.36.0) --- demo | 2 +- extension/src/cli/dvc/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index 11295f04ec..6907e6a957 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 11295f04eca615580908fb7ea89cc9d3ac1129c5 +Subproject commit 6907e6a9574aba176cdbb8cd1ef696714fe429db diff --git a/extension/src/cli/dvc/constants.ts b/extension/src/cli/dvc/constants.ts index 7418eb05c8..b399d6df6a 100644 --- a/extension/src/cli/dvc/constants.ts +++ b/extension/src/cli/dvc/constants.ts @@ -1,7 +1,7 @@ import { join } from 'path' export const MIN_CLI_VERSION = '2.30.0' -export const LATEST_TESTED_CLI_VERSION = '2.35.0' +export const LATEST_TESTED_CLI_VERSION = '2.36.0' export const MAX_CLI_VERSION = '3' export const UNEXPECTED_ERROR_CODE = 255