Skip to content

Commit cd6cdd5

Browse files
committed
chore(docs): update README
1 parent af2a997 commit cd6cdd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _Enjoy your SHELL scripting!_
1212
set -euo pipefail
1313

1414
ARGUMENT_PARSER='
15-
version: "1.0"
15+
version: "1.0.0"
1616
program: upload
1717
args: [SRC, DST, -v/--verbose, -t/--threads, --protocol]
1818
'
@@ -36,7 +36,7 @@ More granual control over arguments:
3636

3737
```bash
3838
ARGUMENT_PARSER='
39-
version: "1.0"
39+
version: "1.0.0"
4040
program: upload
4141
output_prefix: yopts_
4242
args:

0 commit comments

Comments
 (0)