mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 01:28:30 +02:00
Version-bump to 2.4.1
- Includes various bugfixes regarding UTF-8 encoding - Adds new cheatsheets
This commit is contained in:
@ -47,7 +47,7 @@ import os
|
||||
if __name__ == '__main__':
|
||||
|
||||
# parse the command-line options
|
||||
options = docopt(__doc__, version='cheat 2.4.0')
|
||||
options = docopt(__doc__, version='cheat 2.4.1')
|
||||
|
||||
config = Configuration()
|
||||
sheets = Sheets(config)
|
||||
|
Reference in New Issue
Block a user