From 854ca322c18919c76df0fa73b6e49cdbdbdcbef5 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Tue, 29 Jul 2025 08:34:41 +0800 Subject: [PATCH] fix: update short_hash in git_info to 'stable' in update_routes.py --- py/routes/update_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/routes/update_routes.py b/py/routes/update_routes.py index f65cb6f4..712bc402 100644 --- a/py/routes/update_routes.py +++ b/py/routes/update_routes.py @@ -367,7 +367,7 @@ class UpdateRoutes: git_info = { 'commit_hash': 'unknown', - 'short_hash': 'unknown', + 'short_hash': 'stable', 'branch': 'unknown', 'commit_date': 'unknown' }