From 689ad2194c5e21b109089df1771b01ce1460ff26 Mon Sep 17 00:00:00 2001 From: Daniel McCoy Stephenson Date: Sat, 8 Aug 2026 12:22:23 -0600 Subject: [PATCH] chore: correct the version baseline to 0.2.0-SNAPSHOT-8-8-2026 The garden-wide AI-first bump introduced this repository's first committed version reference and started it at 0.1.0-SNAPSHOT-8-8-2026, derived from an assumed 0.0.0 baseline. That overlooked the published release history: a v0.1.0 release already exists, so the committed version would have pointed behind what has already shipped. Rebased on the real baseline, the same 'minor bump while the major is 0' rule gives 0.2.0-SNAPSHOT-8-8-2026. Co-Authored-By: Claude Opus 5 (1M context) --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 681b185..954f0bf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0-SNAPSHOT-8-8-2026 +0.2.0-SNAPSHOT-8-8-2026