From ddf60da06b50cdb0d48ea3e8203188280dd7df64 Mon Sep 17 00:00:00 2001 From: Anderson Martins Date: Thu, 8 Feb 2024 21:51:55 -0300 Subject: [PATCH] Bump version to 3.3.0-beta.1 --- post-expirator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-expirator.php b/post-expirator.php index 3fc2800f5..bca7976cc 100644 --- a/post-expirator.php +++ b/post-expirator.php @@ -4,7 +4,7 @@ * Plugin URI: http://wordpress.org/extend/plugins/post-expirator/ * Description: PublishPress Future allows you to schedule automatic changes to posts, pages and other content types. * Author: PublishPress - * Version: 3.2.0 + * Version: 3.3.0-beta.1 * Author URI: http://publishpress.com * Text Domain: post-expirator * Domain Path: /languages @@ -50,7 +50,7 @@ } if (! defined('PUBLISHPRESS_FUTURE_VERSION')) { - define('PUBLISHPRESS_FUTURE_VERSION', '3.2.0'); + define('PUBLISHPRESS_FUTURE_VERSION', '3.3.0-beta.1'); } if (! defined('PUBLISHPRESS_FUTURE_LIB_VENDOR_PATH')) {