Skip to content

Commit d8a99eb

Browse files
committed
rc-2.6.0
1 parent e7d71a1 commit d8a99eb

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

builds/githooks

1.36 MB
Binary file not shown.

builds/php7.1/githooks

709 Bytes
Binary file not shown.

builds/php7.3/githooks

-3.58 KB
Binary file not shown.

tests/System/Release/NewVersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function it_prints_the_new_version()
2121
{
2222
passthru("$this->githooks --version", $exitCode);
2323

24-
$newVersion = '2.5.0';
24+
$newVersion = '2.6.0';
2525
$this->assertStringContainsString("GitHooks $newVersion", $this->getActualOutput());
2626
$this->assertEquals(0, $exitCode);
2727
}

0 commit comments

Comments
 (0)