Skip to content

Commit

Permalink
chore: update mmlc_install.php version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTheHood committed Jun 6, 2024
1 parent 370f052 commit 8d91437
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mmlc_installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ini_set('display_errors', 1);
error_reporting(E_ALL & ~E_NOTICE);

define('VERSION', '0.8.1');
define('VERSION', '0.9.0');

class Installer
{
Expand All @@ -32,7 +32,9 @@ class Installer
"2.0.7.0",
"2.0.7.1",
"2.0.7.2",
"3.0.0"
"3.0.0",
"3.0.1",
"3.0.2"
];

public function invoke()
Expand Down

0 comments on commit 8d91437

Please sign in to comment.