From 3fda75b7db2cc19977e1ec06cbe51400a3149253 Mon Sep 17 00:00:00 2001 From: Mike Hansen Date: Wed, 25 Feb 2026 16:27:53 -0500 Subject: [PATCH] Release 5.0.0 - Update schema version --- schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema.json b/schema.json index 67c36a5..2e0e737 100644 --- a/schema.json +++ b/schema.json @@ -1,5 +1,5 @@ { - "major": 4, - "minor": 1, - "patch": 0 + "major": 5, + "minor": 0, + "patch": 0 }