Skip to content

Commit

Permalink
Merge branch 'main' into update-min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 authored Apr 6, 2023
2 parents 4723c12 + 6221626 commit e380d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/cli/dvc/contract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Plot } from '../../plots/webview/contract'

export const MIN_CLI_VERSION = '2.52.0'
export const LATEST_TESTED_CLI_VERSION = '2.52.0'
export const LATEST_TESTED_CLI_VERSION = '2.53.0'
export const MAX_CLI_VERSION = '3'

type ErrorContents = { type: string; msg: string }
Expand Down

0 comments on commit e380d7c

Please sign in to comment.