Skip to content

Commit 851e744

Browse files
authored
fix(cli): update version check tag to latest (#2412)
1 parent 2da0c21 commit 851e744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/utils/version-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
55
import semver from 'semver';
66

77
const CHECK_VERSION_TIMEOUT = 2000;
8-
const VERSION_CHECK_TAG = 'next';
8+
const VERSION_CHECK_TAG = 'latest';
99

1010
export function getVersion() {
1111
try {

0 commit comments

Comments
 (0)