Skip to content

Commit

Permalink
Update module version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Aug 16, 2024
1 parent 3a0515f commit 91d1b03
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.1' );
define( 'NFD_DATA_MODULE_VERSION', '2.6.2' );

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

0 comments on commit 91d1b03

Please sign in to comment.