diff --git a/plugins/woocommerce/changelog/pr-51020 b/plugins/woocommerce/changelog/pr-51020 new file mode 100644 index 00000000000..ac4e7978690 --- /dev/null +++ b/plugins/woocommerce/changelog/pr-51020 @@ -0,0 +1,4 @@ +Significance: patch +Type: tweak + +Fix version number in a template diff --git a/plugins/woocommerce/templates/cart/mini-cart.php b/plugins/woocommerce/templates/cart/mini-cart.php index ecf51eb96eb..27ae9454260 100644 --- a/plugins/woocommerce/templates/cart/mini-cart.php +++ b/plugins/woocommerce/templates/cart/mini-cart.php @@ -14,7 +14,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 9.2.0 + * @version 9.3.0 */ defined( 'ABSPATH' ) || exit;