Skip to content

Commit

Permalink
Use version 0 to allow for breaking CLI changes in the future.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Mar 14, 2023
1 parent 98a823d commit de72726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/dev-container-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {env} from 'process';
import {promisify} from 'util';
import {ExecFunction} from './exec';

const cliVersion = "latest"; // Use 'latest' to get latest CLI version, or pin to specific version e.g. '0.14.1' if required
const cliVersion = "0"; // Use 'latest' to get latest CLI version, or pin to specific version e.g. '0.14.1' if required

export interface DevContainerCliError {
outcome: 'error';
Expand Down

0 comments on commit de72726

Please sign in to comment.