Skip to content

Commit 9ecc3df

Browse files
committed
Small fix
1 parent 564dad3 commit 9ecc3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
RED = "\033[38;5;196m"
2323

2424
def version():
25-
print ("fdir v3.3.0, check the GitHub repo for new updates: https://github.com/VG-dev1/fdir")
25+
print ("fdir v3.3.1, check the GitHub repo for new updates: https://github.com/VG-dev1/fdir")
2626

2727
def parse_time(value: str) -> timedelta:
2828
if len(value) < 2:

0 commit comments

Comments
 (0)