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 a70c2ee commit 264da61Copy full SHA for 264da61
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.0';
+const versionCode = '0.21.1';
17
18
// initialize dotenv
19
dotenv.config();
0 commit comments