Skip to content

Commit ab3498f

Browse files
author
Иван Сабиров
committed
Внесены правки
1 parent bc89c64 commit ab3498f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function run()
2121
DOC;
2222

2323
try {
24-
$args = \Docopt::handle($doc, array("version" => "GenDiff 1.2"));
24+
$args = \Docopt::handle($doc, array("version" => "GenDiff 1.3"));
2525
$diff = render($args["<firstFile>"], $args["<secondFile>"], $args["--format"]);
2626
print_r($diff);
2727
} catch (\Exception $e) {

0 commit comments

Comments
 (0)