bump versions to 2.9.0-dev

This commit is contained in:
Darren Ethier 2020-07-02 09:51:05 -04:00
parent 7ed01f9254
commit 76ab006219
3 changed files with 3 additions and 3 deletions

View File

@ -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": [

View File

@ -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

View File

@ -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__ )