We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddb092 commit 2186937Copy full SHA for 2186937
1 file changed
src/Runner.php
@@ -21,7 +21,7 @@ function run()
21
DOC;
22
23
try {
24
- $args = \Docopt::handle($doc, array("version" => "GenDiff 1.4"));
+ $args = \Docopt::handle($doc, array("version" => "GenDiff 1.5"));
25
$diff = render($args["<firstFile>"], $args["<secondFile>"], $args["--format"]);
26
print_r($diff);
27
} catch (\Exception $e) {
0 commit comments