chore: bump HVAC_VERSION to 2.2.6 for CDN cache bust
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
17dd3c9bdb
commit
ea3031528e
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ final class HVAC_Plugin {
|
|||
define('HVAC_PLUGIN_VERSION', '2.0.0');
|
||||
}
|
||||
if (!defined('HVAC_VERSION')) {
|
||||
define('HVAC_VERSION', '2.2.4');
|
||||
define('HVAC_VERSION', '2.2.6');
|
||||
}
|
||||
if (!defined('HVAC_PLUGIN_FILE')) {
|
||||
define('HVAC_PLUGIN_FILE', dirname(__DIR__) . '/hvac-community-events.php');
|
||||
|
|
|
|||
Loading…
Reference in a new issue