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 fd8d112 commit e242f8bCopy full SHA for e242f8b
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.0';
+const versionCode = '0.22.1';
17
18
// initialize dotenv
19
dotenv.config();
0 commit comments