Skip to content

Commit

Permalink
Update beta version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Jun 14, 2023
1 parent c61d17f commit 5aaa395
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.9.4-rc2
* Version: 3.9.4-rc3
* Text Domain: press-permit-core
* Domain Path: /languages/
* Requires at least: 5.5
Expand Down Expand Up @@ -196,7 +196,7 @@ function presspermit_load() {
return;
}

define('PRESSPERMIT_VERSION', '3.9.4-rc2');
define('PRESSPERMIT_VERSION', '3.9.4-rc3');

if (!defined('PRESSPERMIT_READ_PUBLIC_CAP')) {
define('PRESSPERMIT_READ_PUBLIC_CAP', 'read');
Expand Down

0 comments on commit 5aaa395

Please sign in to comment.