Skip to content

Commit

Permalink
Update module version to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube authored Oct 18, 2024
1 parent 961fe52 commit 002cc3d
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 @@ -20,7 +20,7 @@
return;
}

define( 'NFD_DATA_MODULE_VERSION', '2.6.4' );
define( 'NFD_DATA_MODULE_VERSION', '2.6.5' );

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

0 comments on commit 002cc3d

Please sign in to comment.