Skip to content

Commit

Permalink
Version bump to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Jul 16, 2024
1 parent b6ff461 commit 6af57da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
return;
}

define( 'NFD_DATA_MODULE_VERSION', '2.5.3' );
define( 'NFD_DATA_MODULE_VERSION', '2.6.0' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$upgrade_handler = new UpgradeHandler(
Expand Down

0 comments on commit 6af57da

Please sign in to comment.