diff --git a/build/kint.phar b/build/kint.phar index 8834b715b..ff691e0f1 100644 Binary files a/build/kint.phar and b/build/kint.phar differ diff --git a/init.php b/init.php index 5729f6bda..431efe46c 100644 --- a/init.php +++ b/init.php @@ -33,7 +33,7 @@ } if (\version_compare(PHP_VERSION, '7.1') < 0) { - throw new Exception('Kint 5.0 requires PHP 7.1 or higher'); + throw new Exception('Kint 5 requires PHP 7.1 or higher'); } \define('KINT_DIR', __DIR__);