Make changes to typescript to trigger new tag

This commit is contained in:
Ola Hungerford
2025-03-30 19:12:53 -07:00
parent e181222154
commit 6279021d60
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ const ListArgumentsSchema = z.object({
const server = new Server(
{
name: "redis",
version: "1.0.0"
version: "0.0.1"
}
);