Skip to content

Commit

Permalink
Bump version to 2.8.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Mar 11, 2021
1 parent 9821541 commit a5b5635
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
@@ -8,7 +8,7 @@
use PhpcsChanged\ShellException;

function getVersion(): string {
return '2.8.0-beta.1';
return '2.8.0-beta.2';
}

function getNewPhpcsMessages(string $unifiedDiff, PhpcsMessages $oldPhpcsMessages, PhpcsMessages $newPhpcsMessages): PhpcsMessages {

0 comments on commit a5b5635

Please sign in to comment.