diff --git a/config/upgrade.php b/config/upgrade.php index d9962a69a6..ba08607148 100644 --- a/config/upgrade.php +++ b/config/upgrade.php @@ -23,5 +23,6 @@ return [ '3.7.2.3' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' . 'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0', '3.8.0' => 'This version of Firefly III requires PHP 7.0.', + '3.8.1' => 'This version of Firefly III requires PHP 7.0.', ], ];