Skip to content

Commit 5fc0437

Browse files
authored
Update manuals.py
1 parent 8e1b563 commit 5fc0437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def exit():
555555
menu9()
556556
elif args.version:
557557
os.system('clear')
558-
print color['white'] + color['bg'] + "Current version of manuals by gnusse is: 1.0.0" + color['off']
558+
print color['white'] + color['bg'] + "Current version of manuals by gnusse is: 1.0.1" + color['off']
559559
exit()
560560
elif args.update:
561561
user = os.getuid()

0 commit comments

Comments
 (0)