Skip to content

Commit 478a61d

Browse files
1.6.5
1 parent 70fc27b commit 478a61d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.dev/tests/php/test-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function testActiveTheme() {
2828
*/
2929
function testVersionDefined() {
3030

31-
$this->assertEquals( '1.6.4', GO_VERSION );
31+
$this->assertEquals( '1.6.5', GO_VERSION );
3232

3333
}
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">Go <a href="https://github.com/godaddy-wordpress/go/releases/latest/"><img src="https://img.shields.io/static/v1?goVersion=&message=v1.6.4&label=&color=999&style=flat-square"></a></h1>
1+
<h1 align="center">Go <a href="https://github.com/godaddy-wordpress/go/releases/latest/"><img src="https://img.shields.io/static/v1?goVersion=&message=v1.6.5&label=&color=999&style=flat-square"></a></h1>
22

33
<h4 align="center">The most flexible <a href="https://github.com/wordpress/gutenberg" target="_blank">Gutenberg</a>-first <a href="https://wordpress.org" target="_blank">WordPress</a> theme built for go-getters everywhere.</h4>
44

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Theme constants.
1010
*/
11-
define( 'GO_VERSION', '1.6.4' );
11+
define( 'GO_VERSION', '1.6.5' );
1212
define( 'GO_PLUGIN_DIR', get_template_directory( __FILE__ ) );
1313
define( 'GO_PLUGIN_URL', get_template_directory_uri( __FILE__ ) );
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.",
55
"homepage": "https://github.com/godaddy-wordpress/go",
66
"repository": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-
44
Requires at least: 5.0
55
Tested up to: 6.0
66
Requires PHP: 5.6.0
7-
Stable tag: 1.6.4
7+
Stable tag: 1.6.5
88
License: GPL-2.0-only
99
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
1010

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
66
* Author: GoDaddy
77
* Author URI: https://www.godaddy.com
8-
* Version: 1.6.4
8+
* Version: 1.6.5
99
* Tested up to: 5.9
1010
* Requires PHP: 5.6
1111
* License: GPL-2.0

0 commit comments

Comments
 (0)