bump versions to 2.9.0-dev
This commit is contained in:
parent
7ed01f9254
commit
76ab006219
|
@ -2,7 +2,7 @@
|
|||
"name": "@woocommerce/block-library",
|
||||
"title": "WooCommerce Blocks",
|
||||
"author": "Automattic",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-dev",
|
||||
"description": "WooCommerce blocks for the Gutenberg editor.",
|
||||
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
|
||||
"keywords": [
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
|
|||
Requires at least: 5.2
|
||||
Tested up to: 5.4
|
||||
Requires PHP: 5.6
|
||||
Stable tag: 2.8.0
|
||||
Stable tag: 2.9.0-dev
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@ class Package {
|
|||
NewPackage::class,
|
||||
function ( $container ) {
|
||||
// leave for automated version bumping.
|
||||
$version = '2.8.0';
|
||||
$version = '2.9.0-dev';
|
||||
return new NewPackage(
|
||||
$version,
|
||||
dirname( __DIR__ )
|
||||
|
|
Loading…
Reference in New Issue