From 510a5fbca378f24ccd5785a63ad7ec068686bb80 Mon Sep 17 00:00:00 2001 From: Maximo Date: Tue, 15 Sep 2026 21:14:25 -0300 Subject: [PATCH] fix(release): align F6.9 visible versions --- api-v3/src/version.ts | 2 +- api-v3/test/unit/f4-health-metadata.test.ts | 2 +- web-v2/src/config/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-v3/src/version.ts b/api-v3/src/version.ts index 452e462..663c53c 100644 --- a/api-v3/src/version.ts +++ b/api-v3/src/version.ts @@ -1,2 +1,2 @@ -export const API_VERSION = '0.29.0-9'; +export const API_VERSION = '0.29.0-10'; export const API_PHASE = 'F6.9'; diff --git a/api-v3/test/unit/f4-health-metadata.test.ts b/api-v3/test/unit/f4-health-metadata.test.ts index 05933f8..d3d1e22 100644 --- a/api-v3/test/unit/f4-health-metadata.test.ts +++ b/api-v3/test/unit/f4-health-metadata.test.ts @@ -8,5 +8,5 @@ test('health metadata reports the current F6.9 release', () => { assert.equal(API_PHASE, 'F6.9'); const pkg = JSON.parse(readFileSync(resolve(process.cwd(), 'package.json'), 'utf8')) as { version: string }; assert.equal(API_VERSION, pkg.version); - assert.equal(API_VERSION, '0.29.0-9'); + assert.equal(API_VERSION, '0.29.0-10'); }); \ No newline at end of file diff --git a/web-v2/src/config/version.ts b/web-v2/src/config/version.ts index ade790b..7d4e195 100644 --- a/web-v2/src/config/version.ts +++ b/web-v2/src/config/version.ts @@ -1,2 +1,2 @@ -export const APP_VERSION = '0.23.0-6'; +export const APP_VERSION = '0.23.0-7'; export const APP_PHASE = 'F6.9 ยท Actas e informes consolidados';