From 2603a7df58b27ef556b47550516903eba2e0a70b Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Mon, 11 May 2026 09:54:49 -0700 Subject: [PATCH] chore: sync package.json version field with VERSION file Free-tier test `package.json version matches VERSION file` caught the drift: VERSION file already bumped to 1.32.0.0 but package.json still read 1.31.1.0. Mechanical sync, no other changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8914c6bff..424ac7db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.31.1.0", + "version": "1.32.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",