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 c8e3f3f commit 508fb79Copy full SHA for 508fb79
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.22.1';
+const versionCode = '0.23.0';
17
18
// initialize dotenv
19
dotenv.config();
0 commit comments