From 09997b79323c8a6bca5970d5f437d8a8b5e9248d Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 23 Apr 2026 17:54:23 -0700 Subject: [PATCH] chore: bump to v1.9.0.0 for gbrain-sync landing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes just the VERSION + package.json + CHANGELOG header (1.7.0.0 → 1.9.0.0 and date 2026-04-22 → 2026-04-23). No code changes. User call: land gbrain-sync as a bigger-signal release above main's 1.6.4.0, skipping 1.8.0.0. Co-Authored-By: Claude Opus 4.7 --- CHANGELOG.md | 2 +- VERSION | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53d8898..27c832ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.7.0.0] - 2026-04-22 +## [1.9.0.0] - 2026-04-23 ## **Your gstack memory now travels with you. Cross-machine brain via a private git repo + optional GBrain indexing, no daemon, no credential leaks.** diff --git a/VERSION b/VERSION index fe772f60..dcafa494 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0.0 +1.9.0.0 diff --git a/package.json b/package.json index d293b053..701203e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.7.0.0", + "version": "1.9.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",