From c01f9df5fb435ce0b4277b2a5a6172fcaf29cf4b Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Thu, 25 Dec 2025 20:52:08 -0800 Subject: [PATCH] build: increment version to 0.0.1 --- VERSION.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.json b/VERSION.json index 1ea1f9daa..619edae90 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,8 +1,8 @@ { "major": 0, "merges": 0, - "builds": 0, - "version": "0.0.0", + "builds": 1, + "version": "0.0.1", "lastMerge": null, - "lastBuild": null + "lastBuild": "2025-12-25T20:52:08-08:00" }