1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-06 12:50:06 +01:00

🐛 Fix crash bug (oops)

This commit is contained in:
2024-10-31 22:51:49 +01:00
parent cef19243ee
commit 94abfe4b49
2 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ struct Constants {
will be displayed to let them know that certain operations
will not work correctly and that they need to update their app.
*/
static let PhpFormulaeCutoffDate = "2024-11-31" // YYYY-MM-DD
static let PhpFormulaeCutoffDate = "2024-11-30" // YYYY-MM-DD
/**
* The PHP versions that are considered pre-release versions.