We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab67ea0 commit 0ababdaCopy full SHA for 0ababda
1 file changed
apps/cli/src/command/index.ts
@@ -13,7 +13,7 @@ import { PingCommand } from './ping.command';
13
import { SyncCommand } from './sync.command';
14
import { configurePluralize } from './utils';
15
16
-const versionCode = '0.23.1';
+const versionCode = '0.24.0';
17
18
// initialize dotenv
19
dotenv.config();
0 commit comments