From 49f0f94c7975fdb1325eaf5ff569c87c212409ab Mon Sep 17 00:00:00 2001 From: redpeacock78 Date: Sat, 13 Nov 2021 12:25:36 +0900 Subject: [PATCH] chore: Change cli.ts --- cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.ts b/cli.ts index dae675b..e048021 100644 --- a/cli.ts +++ b/cli.ts @@ -35,7 +35,7 @@ try { const { options, args } = await new Command() .name("base85") .description("Base85 (Ascii85 with Adobe Escape Sequence) encode or decode FILE, or standard input, to standard output.") - .version("0.0.10") + .version("v0.0.11") .option("-d, --decode", "Decode data") .arguments("