diff --git a/.dev/tests/php/test-functions.php b/.dev/tests/php/test-functions.php
index 56c411cc7..e9ecb2e8c 100644
--- a/.dev/tests/php/test-functions.php
+++ b/.dev/tests/php/test-functions.php
@@ -28,7 +28,7 @@ function testActiveTheme() {
*/
function testVersionDefined() {
- $this->assertEquals( '1.3.6', GO_VERSION );
+ $this->assertEquals( '1.3.7', GO_VERSION );
}
diff --git a/README.md b/README.md
index 82255093c..5d186b18a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
Go
+Go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
diff --git a/functions.php b/functions.php
index 7bde6b484..7592c3cf4 100755
--- a/functions.php
+++ b/functions.php
@@ -8,7 +8,7 @@
/**
* Theme constants.
*/
-define( 'GO_VERSION', '1.3.6' );
+define( 'GO_VERSION', '1.3.7' );
/**
* AMPP setup, hooks, and filters.
diff --git a/package-lock.json b/package-lock.json
index bfe62e8f7..fe275f2d3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "go",
- "version": "1.3.6",
+ "version": "1.3.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index b4770243e..e7a404c6f 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "go",
- "version": "1.3.6",
+ "version": "1.3.7",
"description": "Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.",
"homepage": "https://github.com/godaddy-wordpress/go",
"repository": {
diff --git a/readme.txt b/readme.txt
index a8312d820..c367f55f6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 5.6.0
-Stable tag: 1.3.6
+Stable tag: 1.3.7
License: GPL-2.0-only
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
diff --git a/style.css b/style.css
index cf900eb51..f39d857bb 100755
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@
* Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
* Author: GoDaddy
* Author URI: https://www.godaddy.com
- * Version: 1.3.6
+ * Version: 1.3.7
* Tested up to: 5.4
* Requires PHP: 5.6
* License: GPL-2.0