From 94fc13add1b9be3ee6b9a06a58ecbd5008f57b29 Mon Sep 17 00:00:00 2001 From: Zeping Bai Date: Wed, 5 Aug 2026 13:28:06 +0800 Subject: [PATCH] feat: bump to 0.29.0 --- apps/cli/src/command/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/src/command/index.ts b/apps/cli/src/command/index.ts index 1f86cf37..00c48a3e 100644 --- a/apps/cli/src/command/index.ts +++ b/apps/cli/src/command/index.ts @@ -14,7 +14,7 @@ import { SyncCommand } from './sync.command'; import { configurePluralize } from './utils'; import { ValidateCommand } from './validate.command'; -const versionCode = '0.28.0'; +const versionCode = '0.29.0'; function setupInternal() { // initialize dotenv