From 4c01cf6ffe1991f08276fc173fa58710aec062d4 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Sat, 5 Sep 2026 22:27:29 -0300 Subject: [PATCH] fix: alinear health con API 0.21.0-2 --- api-v3/src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-v3/src/version.ts b/api-v3/src/version.ts index e897d8a..ed2e40d 100644 --- a/api-v3/src/version.ts +++ b/api-v3/src/version.ts @@ -1,2 +1,2 @@ -export const API_VERSION = '0.21.0-1'; +export const API_VERSION = '0.21.0-2'; export const API_PHASE = 'F2.1';