Skip to content

Commit

Permalink
bump version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jun 19, 2024
1 parent 242b4f4 commit a46be77
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.5' );
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.6' );
}
$brand = $container->plugin()->id;
if ( 'atomic' === getContext( 'platform' ) ) {
Expand Down

0 comments on commit a46be77

Please sign in to comment.