Skip to content

Commit

Permalink
- Update the version number to the next stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Nov 3, 2022
1 parent 89bc34e commit 77af604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

if (! defined('PP_LOADED')) {
// Define constants
define('PUBLISHPRESS_VERSION', '3.8.4');
define('PUBLISHPRESS_VERSION', '3.9.0');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views');
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php');
Expand Down
2 changes: 1 addition & 1 deletion publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: PublishPress helps you plan and publish content with WordPress. Features include a content calendar, notifications, and custom statuses.
* Author: PublishPress
* Author URI: https://publishpress.com
* Version: 3.8.4
* Version: 3.9.0
* Text Domain: publishpress
* Domain Path: /languages
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: editorial calendar, notifications, custom statuses, editorial comments, wo
Requires at least: 4.6
Requires PHP: 5.6
Tested up to: 6.1
Stable tag: 3.8.4
Stable tag: 3.9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 77af604

Please sign in to comment.