From 63e74525cc886e92a055b7001f7de27019874337 Mon Sep 17 00:00:00 2001 From: Thomas Orsbourne Date: Sat, 9 Nov 2024 20:36:18 -0400 Subject: [PATCH] Bump version to 0.4.7 --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index 1307faa..9545cd1 100644 --- a/mod.ts +++ b/mod.ts @@ -14,7 +14,7 @@ window.process = { } type YargsInstance = ReturnType -const CURRENT_VERSION = `0.4.4` +const CURRENT_VERSION = `0.4.7` async function fetchLatestVersion(): Promise { try {