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 3919b97 commit fac3bc6Copy full SHA for fac3bc6
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.21.2';
+const versionCode = '0.22.0';
17
18
// initialize dotenv
19
dotenv.config();
0 commit comments