Skip to content

Commit

Permalink
v2022.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MestreLion committed Dec 31, 2022
1 parent ec649ca commit a42a069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-restore-mtime
Original file line number Diff line number Diff line change
Expand Up @@ -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', []))
Expand Down

0 comments on commit a42a069

Please sign in to comment.