From 7c8877c3b5a8360c29e87e3e5a715bdb8663d7bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:09:20 +0000 Subject: [PATCH] chore(release): sync repository version to 2.0.968 [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 8e5eabe5c..32cc2faae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hol-guard" -version = "2.0.967" +version = "2.0.968" 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 f465c240d..dba8d6eb3 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.967" +__version__ = "2.0.968" diff --git a/uv.lock b/uv.lock index 96521a02b..e58a8584b 100644 --- a/uv.lock +++ b/uv.lock @@ -1162,7 +1162,7 @@ wheels = [ [[package]] name = "hol-guard" -version = "2.0.967" +version = "2.0.968" source = { editable = "." } dependencies = [ { name = "cisco-ai-skill-scanner", marker = "python_full_version < '3.14'" },