diff --git a/sync_chromium.py b/sync_chromium.py index af7a622966..1957d2174f 100755 --- a/sync_chromium.py +++ b/sync_chromium.py @@ -14,7 +14,7 @@ import sys # Bump this whenever the algorithm changes and you need bots/devs to re-sync, # ignoring the .last_sync_chromium file -SCRIPT_VERSION = 0 +SCRIPT_VERSION = 1 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))