Skip to content

Commit

Permalink
Updating to version 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
godaddy-wordpress-bot committed Jul 18, 2023
1 parent 237ea01 commit 628c682
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dev/tests/php/test-functions.php
Expand Up @@ -28,7 +28,7 @@ function testActiveTheme() {
*/
function testVersionDefined() {

$this->assertEquals( '1.8.4', GO_VERSION );
$this->assertEquals( '1.8.5', GO_VERSION );

}

Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -8,7 +8,7 @@
/**
* Theme constants.
*/
define( 'GO_VERSION', '1.8.4' );
define( 'GO_VERSION', '1.8.5' );
define( 'GO_PLUGIN_DIR', get_template_directory( __FILE__ ) );
define( 'GO_PLUGIN_URL', get_template_directory_uri( __FILE__ ) );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -4,7 +4,7 @@ Tags: block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 1.8.4
Stable tag: 1.8.5
License: GPL-2.0-only
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2

Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -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.8.4
* Version: 1.8.5
* Tested up to: 6.2
* Requires PHP: 5.6
* License: GPL-2.0
Expand Down

0 comments on commit 628c682

Please sign in to comment.