This repository has been archived on 2022-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
divi/core/_et_core_version.php

12 lines
269 B
PHP
Raw Normal View History

2021-12-07 11:08:05 +00:00
<?php
2022-06-23 12:17:18 +00:00
/**
* 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
*/
2021-12-07 11:08:05 +00:00
// Note, this will be updated automatically during grunt release task
2022-06-23 12:17:18 +00:00
$ET_CORE_VERSION = '4.17.4';