Skip to content

Commit

Permalink
Update Phalcon DevTools version to 4.0.0-RC.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 7, 2019
1 parent 073c110 commit 81266c2
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, 0, 0, 2, 2];
return [4, 0, 0, 3, 1];
}
// phpcs:enable
}

0 comments on commit 81266c2

Please sign in to comment.