From ac13dc2e4bb9d5b6efe2183c8f2255c205c701bd Mon Sep 17 00:00:00 2001 From: Sinabina Date: Wed, 22 Jul 2026 16:56:04 -0700 Subject: [PATCH] fix: sync package.json version to 1.61.1.0 The v1.61.1.0 release bumped VERSION without package.json; the release quality gate pins them equal. Co-Authored-By: Claude Fable 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75c289fd44..f206cd96e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.61.0.0", + "version": "1.61.1.0", "description": "GStack 2 — six portable Agent Skills with an optional host-neutral runtime.", "license": "MIT", "type": "module",