Skip to content

Commit

Permalink
Bump Installer to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Aug 28, 2024
1 parent 61d852a commit b418c3a
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 @@ -17,7 +17,7 @@ function () {
'callback' => function ( Container $container ) {

if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
define( 'NFD_INSTALLER_VERSION', '1.1.4' );
define( 'NFD_INSTALLER_VERSION', '1.1.5' );
}

new Installer( $container );
Expand Down

0 comments on commit b418c3a

Please sign in to comment.