diff --git a/bin/get-vendor-scripts.php b/bin/get-vendor-scripts.php index c3248152abb72..442e77b0eb435 100755 --- a/bin/get-vendor-scripts.php +++ b/bin/get-vendor-scripts.php @@ -17,6 +17,11 @@ */ function add_action() {} +/** + * Hi, phpcs + */ +function add_filter() {} + /** * Hi, phpcs */ diff --git a/gutenberg.php b/gutenberg.php index bcd81c7c0bf3e..cbfe5490a6ed2 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: 3.6.2 + * Version: 3.7.0 * Author: Gutenberg Team * * @package gutenberg diff --git a/package-lock.json b/package-lock.json index 6f34dd7115b71..20c08dc159964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "3.6.2", + "version": "3.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df6c97e87d43a..4d1540c2d44af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "3.6.2", + "version": "3.7.0", "private": true, "description": "A new WordPress editor experience", "repository": "git+https://github.com/WordPress/gutenberg.git",