Skip to content

Commit

Permalink
Update Constants.php
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod authored Oct 25, 2024
1 parent 4c5b0e4 commit 88171dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Data/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Constants {
*/
public function __construct( $container ) {
if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
define( 'NFD_INSTALLER_VERSION', '1.2.0' );
define( 'NFD_INSTALLER_VERSION', '1.2.1' );
}
if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) {
define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION );
Expand Down

0 comments on commit 88171dd

Please sign in to comment.