Skip to content

Commit

Permalink
use coming soon version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 30, 2024
1 parent 335bfe8 commit 65e9666
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 @@ -28,7 +28,7 @@
$upgrade_handler = new UpgradeHandler(
__DIR__ . '/upgrades',
$old_coming_soon_module_version,
NFD_DATA_MODULE_VERSION
NFD_COMING_SOON_MODULE_VERSION
);

if ( $upgrade_handler->maybe_upgrade() ) {
Expand Down

0 comments on commit 65e9666

Please sign in to comment.