chore: bump version to 2026.0.9

This commit is contained in:
2026-04-29 13:02:26 +08:00
parent b435712b9c
commit bce1e812b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export const app = new Elysia({ prefix: "/api" })
// Root
.get("/", () => ({
name: "DeckyVault API",
version: "2026.0.1",
version: "2026.0.9",
}))
export const GET = app.fetch