fix(api): align health version with package metadata
DH V2 CI / API · typecheck, tests, build (push) Successful in 31s
DH V2 CI / WEB · typecheck, build (push) Successful in 19s
Production dependency audit / API · production dependencies (push) Successful in 8s
Production dependency audit / WEB · production dependencies (push) Successful in 8s
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Successful in 3m16s
DH V2 CI / Docker / scripts contract (push) Successful in 50s

This commit is contained in:
2026-09-14 10:54:14 -03:00
parent 637c28dc2f
commit 23880521d9
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export const API_VERSION = '0.29.0-1';
export const API_VERSION = '0.29.0-2';
export const API_PHASE = 'F6.1';