From bae35be35023f410f15714729180858002d02ab5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:52:48 +0000 Subject: [PATCH] chore(release): sync repository version to 2.0.863 [skip release publish] --- pyproject.toml | 2 +- src/codex_plugin_scanner/version.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3fed495b4..d17725f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hol-guard" -version = "2.0.855" +version = "2.0.863" description = "Protect local AI harnesses with HOL Guard and run scanner checks for Codex, Claude, Cursor, Gemini, OpenCode, and Pi." readme = "README.md" license = "Apache-2.0" diff --git a/src/codex_plugin_scanner/version.py b/src/codex_plugin_scanner/version.py index c693c7dd9..25c404a2a 100644 --- a/src/codex_plugin_scanner/version.py +++ b/src/codex_plugin_scanner/version.py @@ -1,3 +1,3 @@ """Single source of truth for tool version.""" -__version__ = "2.0.855" +__version__ = "2.0.863" diff --git a/uv.lock b/uv.lock index 29025058b..2c0d79e3b 100644 --- a/uv.lock +++ b/uv.lock @@ -1162,7 +1162,7 @@ wheels = [ [[package]] name = "hol-guard" -version = "2.0.855" +version = "2.0.863" source = { editable = "." } dependencies = [ { name = "cisco-ai-skill-scanner", marker = "python_full_version < '3.14'" },