Update version number to 2.4.0

This commit is contained in:
David Stone
2025-04-14 11:58:44 -06:00
parent 2dfe5ae78a
commit 410571a802
5 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ final class WP_Ultimo {
* @since 2.1.0
* @var string
*/
const VERSION = '2.3.4';
const VERSION = '2.4.0';
/**
* Version of the Plugin.
@ -37,7 +37,7 @@ final class WP_Ultimo {
* @deprecated use the const version instead.
* @var string
*/
public $version = '2.3.4';
public $version = self::VERSION;
/**
* Tables registered by WP Multisite WaaS.