diff --git a/target_simulator/_version.py b/target_simulator/_version.py index b03ccda..1d20549 100644 --- a/target_simulator/_version.py +++ b/target_simulator/_version.py @@ -6,10 +6,10 @@ import re # --- Version Data (Generated) --- -__version__ = "v.0.0.0.67-0-gc8c1bb0-dirty" -GIT_COMMIT_HASH = "c8c1bb0f372c8217a86fbdb82e4922888594d2ba" +__version__ = "v.0.0.0.68-0-g6c4b064" +GIT_COMMIT_HASH = "6c4b064cf69a41658f7dbc60cadf6a638c1e8f26" GIT_BRANCH = "master" -BUILD_TIMESTAMP = "2025-11-03T11:17:11.985027+00:00" +BUILD_TIMESTAMP = "2025-11-03T12:15:17.423483+00:00" IS_GIT_REPO = True # --- Default Values (for comparison or fallback) ---