Skip to content

Commit

Permalink
update module to version 2.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Mar 18, 2024
1 parent b0b5be1 commit f1389ab
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.4.19' );
define( 'NFD_DATA_MODULE_VERSION', '2.4.20' );

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

0 comments on commit f1389ab

Please sign in to comment.