refactor(macrotemplate): bumped the version 2.7 > 2.8

This commit is contained in:
2025-05-21 20:16:07 -05:00
parent e384640add
commit 1ce0e6195e

View File

@@ -122,7 +122,7 @@ app.openapi(
return c.json({
success: true,
message: "All Current Active Querys.",
sheetVersion: 2.7,
sheetVersion: 2.8,
data: current,
});
}