From 1350e8b3d5f6dd61c0b329499f32b67a123de922 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 15 Jul 2024 11:50:16 -0700 Subject: [PATCH] Bump version to 2.5.5-alpha --- amp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amp.php b/amp.php index d932bd87c43..a34c60fdd39 100644 --- a/amp.php +++ b/amp.php @@ -5,7 +5,7 @@ * Plugin URI: https://amp-wp.org * Author: AMP Project Contributors * Author URI: https://github.com/ampproject/amp-wp/graphs/contributors - * Version: 2.5.4 + * Version: 2.5.5-alpha * License: GPLv2 or later * Requires at least: 6.3 * Requires PHP: 7.4 @@ -15,7 +15,7 @@ define( 'AMP__FILE__', __FILE__ ); define( 'AMP__DIR__', dirname( __FILE__ ) ); -define( 'AMP__VERSION', '2.5.4' ); +define( 'AMP__VERSION', '2.5.5-alpha' ); /** * Errors encountered while loading the plugin.