Skip to content

Commit 9c3710f

Browse files
committed
feat (Release) Created builds for 2.5.0 release
1 parent 619de7e commit 9c3710f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

builds/githooks

100644100755
2.29 KB
Binary file not shown.

builds/php7.1/githooks

100644100755
1.44 KB
Binary file not shown.

builds/php7.3/githooks

100644100755
2.09 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.4.0';
24+
$newVersion = '2.5.0';
2525
$this->assertStringContainsString("GitHooks $newVersion", $this->getActualOutput());
2626
$this->assertEquals(0, $exitCode);
2727
}

0 commit comments

Comments
 (0)