From 579ed76d3efda5e670f9f7564766c9470179da7b Mon Sep 17 00:00:00 2001 From: GeiserX <9169332+GeiserX@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:28:43 +0100 Subject: [PATCH] chore: bump CLI version to 1.6.0 to match app version --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 0acb123..5301116 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "lynxprompt", - "version": "1.4.13", + "version": "1.6.0", "description": "CLI for LynxPrompt - Generate AI IDE configuration files", "author": "LynxPrompt Contributors", "license": "GPL-3.0",