Bump version strings to 9.2.0-dev

This commit is contained in:
Alex Florisca 2022-12-20 12:01:22 +00:00
parent 29dae38ba3
commit 828ba01142
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "@woocommerce/block-library",
"version": "9.1.0",
"version": "9.2.0-dev",
"hasInstallScript": true,
"license": "GPL-3.0+",
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "@woocommerce/block-library",
"title": "WooCommerce Blocks",
"author": "Automattic",
"version": "9.2.0",
"version": "9.2.0-dev",
"description": "WooCommerce blocks for the Gutenberg editor.",
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
"keywords": [

View File

@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
Requires at least: 6.1.1
Tested up to: 6.1.1
Requires PHP: 7.0
Stable tag: 9.2.0
Stable tag: 9.2.0-dev
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

View File

@ -109,7 +109,7 @@ class Package {
NewPackage::class,
function ( $container ) {
// leave for automated version bumping.
$version = '9.2.0';
$version = '9.2.0-dev';
return new NewPackage(
$version,
dirname( __DIR__ ),

View File

@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Blocks
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
* Description: WooCommerce blocks for the Gutenberg editor.
* Version: 9.2.0
* Version: 9.2.0-dev
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woo-gutenberg-products-block