We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564dad3 commit 9ecc3dfCopy full SHA for 9ecc3df
1 file changed
fdir.py
@@ -22,7 +22,7 @@
22
RED = "\033[38;5;196m"
23
24
def version():
25
- print ("fdir v3.3.0, check the GitHub repo for new updates: https://github.com/VG-dev1/fdir")
+ print ("fdir v3.3.1, check the GitHub repo for new updates: https://github.com/VG-dev1/fdir")
26
27
def parse_time(value: str) -> timedelta:
28
if len(value) < 2:
0 commit comments