From 547449ed12c1beb84a6880c83869bb7d38e2b9ac Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 22 May 2024 15:30:55 -0600 Subject: [PATCH] Bump version to 1.4.3 --- pantheon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pantheon.php b/pantheon.php index 897082a..d3d142b 100644 --- a/pantheon.php +++ b/pantheon.php @@ -3,14 +3,14 @@ * Plugin Name: Pantheon * Plugin URI: https://pantheon.io/ * Description: Building on Pantheon's and WordPress's strengths, together. - * Version: 1.4.2 + * Version: 1.4.3 * Author: Pantheon * Author URI: https://pantheon.io/ * * @package pantheon */ -define( 'PANTHEON_MU_PLUGIN_VERSION', '1.4.2' ); +define( 'PANTHEON_MU_PLUGIN_VERSION', '1.4.3' ); if ( isset( $_ENV['PANTHEON_ENVIRONMENT'] ) ) { require_once 'inc/functions.php';