Skip to content

Commit

Permalink
Version bump to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Jul 25, 2024
1 parent 05458a2 commit 49dc91e
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.6.0' );
define( 'NFD_DATA_MODULE_VERSION', '2.6.1' );

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

0 comments on commit 49dc91e

Please sign in to comment.