From a875089b653ed9fb2c60ca9726c6a32346a9a4fe Mon Sep 17 00:00:00 2001 From: John Dvorak Date: Mon, 3 Aug 2026 20:36:32 -0700 Subject: [PATCH] chore: bump version to 1.0.8 for CI publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a3e470..90e9f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arbiter/core", - "version": "1.0.7", + "version": "1.0.8", "description": "Arbiter core engine: graph indices, relation/reachability, authorization rule evaluator, DSL/AST, condensed & sharded snapshots, and evidence fusion.", "license": "ISC", "author": "",