Skip to content

Commit

Permalink
version bump for 2.4.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube authored Dec 4, 2023
1 parent 58b74f0 commit 3bdc70e
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 @@
exit;
}

define( 'NFD_DATA_MODULE_VERSION', '2.4.13' );
define( 'NFD_DATA_MODULE_VERSION', '2.4.14' );

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

0 comments on commit 3bdc70e

Please sign in to comment.