diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc2da43b..d68de56f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.56.0.0] - 2026-05-31 +## [1.59.0.0] - 2026-05-31 ## **`/land` is a standalone skill now, and on a merge queue it's fire-and-forget: enqueue a stack of green PRs, walk away, and the queue lands them all on the base branch.** diff --git a/VERSION b/VERSION index 1d97cf7aa..a67d5f5d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.56.0.0 +1.59.0.0 diff --git a/package.json b/package.json index ea039c88c..b923f069d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstack", - "version": "1.56.0.0", + "version": "1.59.0.0", "description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.", "license": "MIT", "type": "module",