From 9983201de77178e7dbd6a95b0388e643af0c7585 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 14:04:26 -0300 Subject: [PATCH] =?UTF-8?q?F6.1=20=C2=B7=20actualizar=20contrato=20de=20he?= =?UTF-8?q?alth=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-v3/test/unit/f4-health-metadata.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-v3/test/unit/f4-health-metadata.test.ts b/api-v3/test/unit/f4-health-metadata.test.ts index 21615db..4584574 100644 --- a/api-v3/test/unit/f4-health-metadata.test.ts +++ b/api-v3/test/unit/f4-health-metadata.test.ts @@ -2,7 +2,7 @@ import assert from 'node:assert/strict'; import test from 'node:test'; import { API_PHASE, API_VERSION } from '../../src/version'; -test('health metadata reports the current F6 release', () => { - assert.equal(API_PHASE, 'F6'); - assert.equal(API_VERSION, '0.28.0-1'); +test('health metadata reports the current F6.1 release', () => { + assert.equal(API_PHASE, 'F6.1'); + assert.equal(API_VERSION, '0.29.0-1'); }); \ No newline at end of file