Skip to content

Commit 292fd77

Browse files
committed
fix: Fix cli.ts
1 parent f1fa2e5 commit 292fd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ try {
1313
const { options, args } = await new Command()
1414
.name("base85")
1515
.description("** Binary input/output is not supported. **\nBase85 (Ascii85 with Adobe-Escape) encode or decode standard input, to standard output.")
16-
.version("0.0.3")
16+
.version("0.0.4")
1717
.option("-d, --decode", "decode data")
1818
.arguments("<option>")
1919
.parse(isatty ? Deno.args : [...Deno.args, stdin!]);

0 commit comments

Comments
 (0)