Skip to content

Commit

Permalink
v2022.07 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MestreLion authored Jul 31, 2022
1 parent 1d413d9 commit 1c10969
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-rc2"
__version__ = "2022.07"

# 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 1c10969

Please sign in to comment.