diff --git a/git-restore-mtime b/git-restore-mtime index 1b72ad0..3b472d6 100755 --- a/git-restore-mtime +++ b/git-restore-mtime @@ -76,7 +76,7 @@ import subprocess import sys import time -__version__ = "2022.07+dev" +__version__ = "2022.12" # Update symlinks only if the platform supports not following them UPDATE_SYMLINKS = bool(os.utime in getattr(os, 'supports_follow_symlinks', []))