Skip to content

Commit

Permalink
feat (Release) Created builds for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Mar 22, 2023
1 parent 0a4ffc7 commit 74a9d85
Show file tree
Hide file tree
Showing 5 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.
Empty file removed builds/php7.3/.gitkeep
Empty file.
Binary file added 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.3.0';
$newVersion = '2.4.0';
$this->assertStringContainsString("GitHooks $newVersion", $this->getActualOutput());
$this->assertEquals(0, $exitCode);
}
Expand Down

0 comments on commit 74a9d85

Please sign in to comment.