From 1da1f889540f0835f0b127ca0bdd4b29e0b672da Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Thu, 25 Dec 2025 20:43:33 -0800 Subject: [PATCH] feat: add unified versioning system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Single version for entire monorepo: .. - Merges increment on ./workflow/finish - Builds increment via CI - Major bumps reset counters 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- VERSION.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 VERSION.json diff --git a/VERSION.json b/VERSION.json new file mode 100644 index 000000000..18d68082b --- /dev/null +++ b/VERSION.json @@ -0,0 +1,8 @@ +{ + "major": 1, + "merges": 0, + "builds": 0, + "version": "1.0.0", + "lastMerge": null, + "lastBuild": null +}