Skip to content

Commit

Permalink
rc-2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed May 10, 2024
1 parent e7d71a1 commit d8a99eb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified builds/githooks
Binary file not shown.
Binary file modified builds/php7.1/githooks
Binary file not shown.
Binary file modified builds/php7.3/githooks
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/System/Release/NewVersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function it_prints_the_new_version()
{
passthru("$this->githooks --version", $exitCode);

$newVersion = '2.5.0';
$newVersion = '2.6.0';
$this->assertStringContainsString("GitHooks $newVersion", $this->getActualOutput());
$this->assertEquals(0, $exitCode);
}
Expand Down

0 comments on commit d8a99eb

Please sign in to comment.