Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit d6be52e

Browse files
committed
cli version fix
1 parent b4c8ffd commit d6be52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { options: commandOptions, args: commandArgs } = await new Command<
1414
Options,
1515
Arguments
1616
>()
17-
.version("0.1.0")
17+
.version("1.0.0")
1818
.description("Data erasure solution.\nDeletes files and folders forever...")
1919
.arguments("<path...:string>")
2020
.option(

0 commit comments

Comments
 (0)