docs(macrotemplate): bump version so everyone gets the new sheety

This commit is contained in:
2025-04-21 21:05:46 -05:00
parent dd7299ad76
commit abc39634fb

View File

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