From c9a89c36dd9976be959cf7fb4a838410394230cc Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 30 Apr 2024 13:27:53 -0600 Subject: [PATCH] bump version --- 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';