From ccfe2a9cbd164ae08c05fe5b8e76b36640f9e036 Mon Sep 17 00:00:00 2001 From: Charley Peng Date: Fri, 30 May 2014 12:24:39 +1000 Subject: [PATCH] missing file in version bump --- bin/cheat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cheat b/bin/cheat index a995dac..83e7780 100755 --- a/bin/cheat +++ b/bin/cheat @@ -38,7 +38,7 @@ from docopt import docopt if __name__ == '__main__': # parse the command-line options - options = docopt(__doc__, version='cheat 2.0.7') + options = docopt(__doc__, version='cheat 2.0.8') # list directories if options['--directories']: