diff options
Diffstat (limited to 'apps/cli/index.ts')
| -rw-r--r-- | apps/cli/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cli/index.ts b/apps/cli/index.ts index 03699e55..4d0adafb 100644 --- a/apps/cli/index.ts +++ b/apps/cli/index.ts @@ -19,7 +19,7 @@ const program = new Command() .makeOptionMandatory(true) .env("HOARDER_SERVER_ADDR"), ) - .version("0.1.0"); + .version(process.env.SERVER_VERSION ?? "nightly"); program.addCommand(bookmarkCmd); program.addCommand(whoamiCmd); |
