From 36e91ef466b00ed61e61db3d8df395c4e88f0caf Mon Sep 17 00:00:00 2001 From: Joshua Park <11261716+jparkypark@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:39:23 -0600 Subject: [PATCH] Update CLI version to 2025.11.3 linearis cli reports its version as 2025.11.2 instead of the actual version 2025.11.3 as defined by the package.json --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e160154..fd3fb94 100644 --- a/src/main.ts +++ b/src/main.ts @@ -30,7 +30,7 @@ import { outputUsageInfo } from "./utils/usage.js"; program .name("linearis") .description("CLI for Linear.app with JSON output") - .version("2025.11.2") + .version("2025.11.3") .option("--api-token ", "Linear API token"); // Default action - show help when no subcommand