mirror of https://github.com/cheat/cheat.git
patch version bump.
This commit is contained in:
parent
a8f91d4224
commit
3b2848668a
|
@ -39,7 +39,7 @@ from docopt import docopt
|
|||
|
||||
def main():
|
||||
# parse the command-line options
|
||||
options = docopt(__doc__, version='cheat 2.1.16')
|
||||
options = docopt(__doc__, version='cheat 2.1.17')
|
||||
|
||||
# list directories
|
||||
if options['--directories']:
|
||||
|
|
Loading…
Reference in New Issue