From c6fdbac8ce79fba0ef66d061e4aaf74979e7579d Mon Sep 17 00:00:00 2001 From: s41r4j Date: Wed, 28 Jan 2026 23:46:13 +0530 Subject: [PATCH] chore(release): bump to 0.8.2-dev.2+20260128.2346.9eaa681.main --- VERSION | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..b8eb3e8 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.8.2-dev.2+20260128.2346.9eaa681.main \ No newline at end of file diff --git a/package.json b/package.json index 73b649c..595683e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gims", - "version": "0.8.2", + "version": "0.8.2-dev.2+20260128.2346.9eaa681.main", "description": "Git Made Simple – AI‑powered git helper with smart insights, stats & code review", "author": "S41R4J", "license": "MIT", @@ -43,4 +43,4 @@ "test": "echo \"Enhanced GIMS v$(node -p \"require('./package.json').version\") - All systems operational!\"", "postinstall": "echo \"🚀 GIMS installed! Quick start: 'g setup --api-key gemini' then 'g s' to see status. Full help: 'g --help'\"" } -} \ No newline at end of file +}