From b1c0e05306cbb73d19378756a9e76d75dd9e1df1 Mon Sep 17 00:00:00 2001 From: ronalds Date: Mon, 24 Nov 2025 21:44:34 -0300 Subject: [PATCH] Corregir Duplicados en respuestas 1.0.25 Backend --- backend/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/main.py b/backend/app/main.py index 10f97ed..bc54904 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -34,7 +34,7 @@ from app import models, schemas # Crear tablas Base.metadata.create_all(bind=engine) -BACKEND_VERSION = "1.0.17" +BACKEND_VERSION = "1.0.25" app = FastAPI(title="Checklist Inteligente API", version=BACKEND_VERSION) # Información visual al iniciar el backend