Skip to content

Commit f949a69

Browse files
author
Иван Сабиров
committed
Подготовлен релиз версии 1.1
1 parent 55f9a54 commit f949a69

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.0"));
24+
$args = \Docopt::handle($doc, array("version" => "GenDiff 1.1"));
2525
$diff = render($args["<firstFile>"], $args["<secondFile>"], $args["--format"]);
2626
print_r($diff);
2727
} catch (\Exception $e) {

0 commit comments

Comments
 (0)