diff --git a/bootstrap.php b/bootstrap.php index af91dcfb..b11be0aa 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -5,7 +5,7 @@ use function NewfoldLabs\WP\ModuleLoader\register; -define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.26' ); +define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.27' ); if ( function_exists( 'is_admin' ) && is_admin() ) { $old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );