Skip to content

Commit

Permalink
Tag version 3.0.2-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Mar 4, 2020
1 parent 5615d7a commit 6197368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions press-permit-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Advanced yet accessible content permissions. Give users or groups type-specific roles. Enable or block access for specific posts or terms.
* Author: PublishPress
* Author URI: https://publishpress.com/
* Version: 3.0.2-beta
* Version: 3.0.2-rc
* Text Domain: press-permit-core
* Domain Path: /languages/
* Min WP Version: 4.9.7
Expand Down Expand Up @@ -91,7 +91,7 @@ function()
return;
}

define('PRESSPERMIT_VERSION', '3.0.2-beta');
define('PRESSPERMIT_VERSION', '3.0.2-rc');

require_once(__DIR__ . '/includes/Core.php');
new \PublishPress\Permissions\Core();
Expand Down

0 comments on commit 6197368

Please sign in to comment.