From 65878f2f6f3e4e30224621c816d2001ae96387ab Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Tue, 22 Oct 2024 22:04:25 +0530 Subject: [PATCH] Update constant --- includes/Data/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Data/Constants.php b/includes/Data/Constants.php index 56ab5ac..56a2fc3 100644 --- a/includes/Data/Constants.php +++ b/includes/Data/Constants.php @@ -15,7 +15,7 @@ class Constants { */ public function __construct( $container ) { if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) { - define( 'NFD_INSTALLER_VERSION', '1.2.0-beta.6' ); + define( 'NFD_INSTALLER_VERSION', '1.2.0-beta.7' ); } if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) { define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION );