Archived
1
0

Merge branch 'release/0.4.1' into develop

This commit is contained in:
Jip J. Dekker 2014-06-04 19:53:20 +02:00
commit c111e81dc2

View File

@ -102,7 +102,7 @@ def search(docopt_arguments, source_loader):
# The start for the Fourmi Command Line interface.
if __name__ == '__main__':
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.0')
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.1')
loader = SourceLoader()
if arguments["--include"]: