diff --git a/changelog.txt b/changelog.txt index d88fe21b53d36..c845f2a9d994b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ == Changelog == += 7.6.0-rc.1 = + +Changelog creation in progress. + = 7.5.0 = ## Features diff --git a/gutenberg.php b/gutenberg.php index 2110aaeb6eced..cca149fbd7c2b 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -3,7 +3,7 @@ * Plugin Name: Gutenberg * Plugin URI: https://github.com/WordPress/gutenberg * Description: Printing since 1440. This is the development plugin for the new block editor in core. - * Version: 7.5.0 + * Version: 7.6.0-rc.1 * Author: Gutenberg Team * Text Domain: gutenberg * diff --git a/package-lock.json b/package-lock.json index a40518a276b05..f26e0115c5653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.5.0", + "version": "7.6.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9da8cdf2b75b6..bd9998c595fb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.5.0", + "version": "7.6.0-rc.1", "private": true, "description": "A new WordPress editor experience.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index ba7ecb7569dfc..4d834927c5360 100644 --- a/readme.txt +++ b/readme.txt @@ -52,4 +52,4 @@ The four phases of the project are Editing, Customization, Collaboration, and Mu == Changelog == -To read the changelog for Gutenberg 7.5.0, please navigate to the release page. +To read the changelog for Gutenberg 7.6.0-rc.1, please navigate to the release page.