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("