mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-21 13:37:14 +02:00
fix: package.json version matches VERSION (1.64.0.0)
v1.64.0.0 shipped with VERSION bumped but package.json left at 1.63.0.0 — the 'package.json version matches VERSION file' test fails on origin/main today. Nothing caught it because that test had no CI lane until this branch's free-tests job. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
0d1544c2db
commit
d5fed59adf
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gstack",
|
||||
"version": "1.63.0.0",
|
||||
"version": "1.64.0.0",
|
||||
"description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user