We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da0c21 commit 851e744Copy full SHA for 851e744
packages/cli/src/utils/version-utils.ts
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
5
import semver from 'semver';
6
7
const CHECK_VERSION_TIMEOUT = 2000;
8
-const VERSION_CHECK_TAG = 'next';
+const VERSION_CHECK_TAG = 'latest';
9
10
export function getVersion() {
11
try {
0 commit comments