From a0f2586071ab7f9969ec93abf3e2193b88b7d53b Mon Sep 17 00:00:00 2001 From: Morten Daniel Fornes Date: Thu, 28 Nov 2024 00:53:12 +0700 Subject: [PATCH] commandlinetools -> 11076708 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 60245a2..19bb8f4 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,7 @@ const prettyBytes = require("pretty-bytes") const readline = require("readline") // Config -const TOOLS_VERSION = "10406996" +const TOOLS_VERSION = "11076708" /** Returns false if the string contains non-ASCII characters */ function isAscii(string) {