diff --git a/packages/api/src/version.ts b/packages/api/src/version.ts index aa70e20..9afb94d 100644 --- a/packages/api/src/version.ts +++ b/packages/api/src/version.ts @@ -3,4 +3,4 @@ * Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3) * Month and patch are zero-padded. Patch increments with each deployment in a month. */ -export const APP_VERSION = '2026.01.005'; +export const APP_VERSION = '2026.01.006'; diff --git a/packages/web/src/version.ts b/packages/web/src/version.ts index aa70e20..9afb94d 100644 --- a/packages/web/src/version.ts +++ b/packages/web/src/version.ts @@ -3,4 +3,4 @@ * Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3) * Month and patch are zero-padded. Patch increments with each deployment in a month. */ -export const APP_VERSION = '2026.01.005'; +export const APP_VERSION = '2026.01.006';