From 8186341292e8b11c2e449f292cf1cf00a4a61beb Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 7 Aug 2024 17:12:10 +0100 Subject: [PATCH] Update pkg version to 2.3 --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index 8b1eced..496c5e9 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -9,7 +9,7 @@ const program = new Command(); program .name('random-bunny') .description('Get a random image url from a subreddit of your choosing') - .version('2.2') + .version('2.3') .option('-s, --subreddit ', 'The subreddit to search', 'rabbits') .option('-j, --json', 'Output as JSON') .option('-q, --query-metadata', 'Include query metadata in result')