Skip to content

Commit

Permalink
correcting version that I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed May 22, 2024
1 parent 35a8c30 commit 8d91b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/Support/Version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Version
*/
protected function getVersion() -> array
{
return [5, 6, 2, 4, 0];
return [5, 7, 0, 4, 0];
}

/**
Expand Down

0 comments on commit 8d91b54

Please sign in to comment.