From da079c08f90ff2b5bd7d2fc89f47ec6e327fa410 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Mon, 3 Nov 2025 13:39:20 +0100 Subject: [PATCH] aggiunta la versione al programma presa da git --- target_simulator/_version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) ---