diff --git a/.gitattributes b/.gitattributes index ebb9287043..84c7add058 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ /Tests export-ignore /phpunit.xml.dist export-ignore +/.gitattributes export-ignore /.gitignore export-ignore diff --git a/Kernel.php b/Kernel.php index a559f07288..89198bd7cf 100644 --- a/Kernel.php +++ b/Kernel.php @@ -76,11 +76,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - const VERSION = '4.4.6'; - const VERSION_ID = 40406; + const VERSION = '4.4.7'; + const VERSION_ID = 40407; const MAJOR_VERSION = 4; const MINOR_VERSION = 4; - const RELEASE_VERSION = 6; + const RELEASE_VERSION = 7; const EXTRA_VERSION = ''; const END_OF_MAINTENANCE = '11/2022';