Skip to content

Commit

Permalink
chg: [update] bump version < 5.0 roll back commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed May 17, 2023
1 parent 2c65194 commit 20fad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 20fad97

Please sign in to comment.