Skip to content

Commit 9152d91

Browse files
author
Иван Сабиров
committed
Подгтовлена версия 1.6 для релиза
1 parent 2186937 commit 9152d91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PHP-package to find difference between two files.
88
## Installation
99

1010
With Composer:
11-
`composer global require sabirivan/gendiff:^1.5`
11+
`composer global require sabirivan/gendiff:^1.6`
1212

1313
## Input and output data
1414

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

0 commit comments

Comments
 (0)