Skip to content

Commit

Permalink
feat: update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
jotanarciso committed Nov 7, 2024
1 parent 41bbca1 commit d1f7832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/scripts/download-cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import os from 'os';
import path from 'path';
import { fileURLToPath } from 'url';

const defaultVersion = '1.39.0';
const defaultVersion = '2.2.0';
const version = process.env.AZION_CLI_VERSION || defaultVersion;

const baseUrl = `https://github.com/aziontech/azion/releases/download/${version}`;
Expand Down

0 comments on commit d1f7832

Please sign in to comment.