mirror of https://github.com/cheat/cheat.git
parent
87448c49fa
commit
1b6b5b79b7
|
@ -47,7 +47,7 @@ import os
|
|||
if __name__ == '__main__':
|
||||
|
||||
# parse the command-line options
|
||||
options = docopt(__doc__, version='cheat 2.3.1')
|
||||
options = docopt(__doc__, version='cheat 2.4.0')
|
||||
|
||||
config = Configuration()
|
||||
sheets = Sheets(config)
|
||||
|
|
Loading…
Reference in New Issue