mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 09:38:29 +02:00
Version bump: 2.4.2
Contains `termcolor` dependency fix.
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.1')
|
||||
options = docopt(__doc__, version='cheat 2.4.2')
|
||||
|
||||
config = Configuration()
|
||||
sheets = Sheets(config)
|
||||
|
Reference in New Issue
Block a user