From b53ef9752a17ec4b546d13fd9473690ed1271b77 Mon Sep 17 00:00:00 2001 From: Anderson Martins Date: Thu, 14 Dec 2023 10:30:59 -0300 Subject: [PATCH] Bump version to 3.1.5-beta.2 --- post-expirator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-expirator.php b/post-expirator.php index ff9ede457..5bd1984f7 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.1.5-beta.1 + * Version: 3.1.5-beta.2 * 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.1.5-beta.1'); + define('PUBLISHPRESS_FUTURE_VERSION', '3.1.5-beta.2'); } if (! defined('PUBLISHPRESS_FUTURE_LIB_VENDOR_PATH')) {