Skip to content

Commit

Permalink
Bump version to 2.11.5 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig authored May 23, 2024
1 parent 7be9f99 commit aaa144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpcsChanged/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use PhpcsChanged\ShellException;

function getVersion(): string {
return '2.11.4';
return '2.11.5';
}

function getNewPhpcsMessages(string $unifiedDiff, PhpcsMessages $unmodifiedPhpcsMessages, PhpcsMessages $modifiedPhpcsMessages): PhpcsMessages {
Expand Down

0 comments on commit aaa144e

Please sign in to comment.