From 7044f8e0c1978b5dc3d36a2bae477d8dd21f48ff Mon Sep 17 00:00:00 2001 From: dan-claude-bot Date: Sat, 18 Jul 2026 20:54:39 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20main=20to=200.6.1-dev=20?= =?UTF-8?q?=E2=80=94=20a=20dev=20install=20must=20not=20impersonate=200.6.?= =?UTF-8?q?0=20(#83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.6.0 is released; the versioned layout names install trees after the tree's own VERSION file — so a main install at VERSION 0.6.0 would land in versions/0.6.0, impersonating the released tree: the converging no-op then refuses to update it, and BOX_REINSTALL=1 silently swaps a release tree for a dev one under the same name. A -dev version keeps dev installs side by side with releases. The post-release bump is now part of the release ritual (CONTRIBUTING). Co-Authored-By: Claude Fable 5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a918a2a..2feed2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1-dev