Skip to content

Commit f16659e

Browse files
committed
fix(release): update WP_Ultimo::VERSION constant and @Version tag to 2.5.1
1 parent 6d5d908 commit f16659e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

inc/class-wp-ultimo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class WP_Ultimo {
3131
* @since 2.1.0
3232
* @var string
3333
*/
34-
const VERSION = '2.4.13-beta.1';
34+
const VERSION = '2.5.1';
3535

3636
/**
3737
* Core log handle for Ultimate Multisite.

ultimate-multisite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Arindo Duque, NextPress, WPMUDEV, and the Ultimate Multisite Community
3030
* @category Core
3131
* @package Ultimate_Multisite
32-
* @version 2.4.13-beta.1
32+
* @version 2.5.1
3333
*/
3434

3535
// Exit if accessed directly

0 commit comments

Comments
 (0)