Skip to content

Commit

Permalink
Bump version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultimater committed Jul 7, 2021
1 parent 42286a1 commit f88378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Version extends PhVersion
// phpcs:disable
protected static function getVersion(): array
{
return [4, 1, 0, 0, 0];
return [4, 1, 1, 0, 0];
}
// phpcs:enable
}

0 comments on commit f88378b

Please sign in to comment.