From 20fad97d6af0ddc748b2a36a0dfa069eccfdb607 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 17 May 2023 15:59:52 +0200 Subject: [PATCH] chg: [update] bump version < 5.0 roll back commit --- bin/Update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Update.py b/bin/Update.py index 76308d0f..70e5c1ff 100755 --- a/bin/Update.py +++ b/bin/Update.py @@ -273,7 +273,7 @@ def update_ail(current_tag, list_upper_tags_remote, current_version_path, is_for temp_current_tag = ''.join(temp_current_tag) if float(temp_current_tag) < 5.0: - roll_back_update('01f459109fa36473f66cc9c400c27a4cebf77858') + roll_back_update('2c65194b94dab95df9b8da19c88d65239f398355') pulled = True else: print('{}git pull:{}'.format(TERMINAL_YELLOW, TERMINAL_DEFAULT))