From e0a778f43f743eebcabb467c68faf02bfcf36050 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 9 Jun 2023 22:28:26 -0300 Subject: [PATCH] 1.9.1 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 7fbc909b3..db8e1ff9c 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { - "version": "1.9.0", + "version": "1.9.1", "tasks": { "compile-win": "deno compile --unstable -A --target x86_64-pc-windows-msvc --output dist/cndi-win.exe main.ts", "compile-linux": "deno compile --unstable -A --target x86_64-unknown-linux-gnu --output dist/cndi-linux main.ts",