mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 18:10:39 +09:00
chore: bump version to 0.1.1
This commit is contained in:
parent
e3f0f9981b
commit
28a33d1359
2 changed files with 21 additions and 20 deletions
|
|
@ -24,7 +24,7 @@ const DATA_DIR_OPTION_HELP =
|
|||
program
|
||||
.name("paperclipai")
|
||||
.description("Paperclip CLI — setup, diagnose, and configure your instance")
|
||||
.version("0.1.0");
|
||||
.version("0.1.1");
|
||||
|
||||
program.hook("preAction", (_thisCommand, actionCommand) => {
|
||||
const options = actionCommand.optsWithGlobals() as DataDirOptionLike;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue