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