From d054d6a95f2511b23dc276b4f7fc5f0c68c68d8c Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 30 Apr 2024 13:45:00 -0600 Subject: [PATCH] Release 1.4.1 (#43) --- pantheon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pantheon.php b/pantheon.php index 521d517..26d4a7b 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.0 + * Version: 1.4.1 * Author: Pantheon * Author URI: https://pantheon.io/ * * @package pantheon */ -define( 'PANTHEON_MU_PLUGIN_VERSION', '1.4.0' ); +define( 'PANTHEON_MU_PLUGIN_VERSION', '1.4.1' ); if ( isset( $_ENV['PANTHEON_ENVIRONMENT'] ) ) { require_once 'inc/functions.php';