diff --git a/server/services/dataMart/route/getCurrentQuerys.ts b/server/services/dataMart/route/getCurrentQuerys.ts index 3efa00d..8e79f78 100644 --- a/server/services/dataMart/route/getCurrentQuerys.ts +++ b/server/services/dataMart/route/getCurrentQuerys.ts @@ -105,7 +105,7 @@ app.openapi( return c.json({ success: true, message: "All Current Active Querys.", - sheetVersion: 2.5, + sheetVersion: 2.7, data: current, }); }