Skip to content

Commit

Permalink
update php constant to version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jun 20, 2024
1 parent b553007 commit 4fab452
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 @@ -22,7 +22,7 @@ function () {
'callback' => function ( Container $container ) {

if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) {
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.6' );
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.7' );
}
$brand = $container->plugin()->id;
if ( 'atomic' === getContext( 'platform' ) ) {
Expand Down

0 comments on commit 4fab452

Please sign in to comment.