diff --git a/bootstrap.php b/bootstrap.php index 915667e..753bbee 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -22,7 +22,7 @@ function () { 'callback' => function ( Container $container ) { if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) { - define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.5' ); + define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.6' ); } $brand = $container->plugin()->id; if ( 'atomic' === getContext( 'platform' ) ) {