Upgarded to 4.17.4

This commit is contained in:
2022-06-23 13:17:18 +01:00
parent 80f1e87db9
commit a04fb0c7af
404 changed files with 54683 additions and 4417 deletions

View File

@ -1,4 +1,11 @@
<?php
/**
* Define the current ET Core version4.17.4
*
* (Note: this value updates automatically as part of our Grunt release task4.17.4)
*
* @package \ET\Core
*/
// Note, this will be updated automatically during grunt release task
$ET_CORE_VERSION = '4.13.0';
$ET_CORE_VERSION = '4.17.4';