Skip to content

Commit

Permalink
Version 2.4.9-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Dec 29, 2020
1 parent a14ebbe commit 3298e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions revisionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Maintain published content with teamwork and precision using the Revisions model to submit, approve and schedule changes.
* Author: PublishPress
* Author URI: https://publishpress.com
* Version: 2.4.8
* Version: 2.4.9-rc
* Text Domain: revisionary
* Domain Path: /languages/
* Min WP Version: 4.9.7
Expand Down Expand Up @@ -96,7 +96,7 @@ function($links, $file)
// register these functions before any early exits so normal activation/deactivation can still run with RS_DEBUG
register_activation_hook(__FILE__, function()
{
$current_version = '2.4.8';
$current_version = '2.4.9-rc';

$last_ver = get_option('revisionary_last_version');

Expand Down Expand Up @@ -172,7 +172,7 @@ function()
return;
}

define('REVISIONARY_VERSION', '2.4.8');
define('REVISIONARY_VERSION', '2.4.9-rc');

if ( ! defined( 'RVY_VERSION' ) ) {
define( 'RVY_VERSION', REVISIONARY_VERSION ); // back compat
Expand Down

0 comments on commit 3298e11

Please sign in to comment.