diff --git a/press-permit-core.php b/press-permit-core.php index 0867856c..fb40e299 100644 --- a/press-permit-core.php +++ b/press-permit-core.php @@ -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 @@ -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');