From 6e0ed91e5874724af796dff1a6f21b3bc0a171be Mon Sep 17 00:00:00 2001 From: googleforcreators-bot <94923726+googleforcreators-bot@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:10:58 +0000 Subject: [PATCH] Post-release version bump --- web-stories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-stories.php b/web-stories.php index 0ece07be95a0..5933ab22f63b 100644 --- a/web-stories.php +++ b/web-stories.php @@ -9,7 +9,7 @@ * Plugin URI: https://wp.stories.google/ * Author: Google * Author URI: https://opensource.google.com/ - * Version: 1.38.0-alpha.0 + * Version: 1.39.0-alpha.0 * Requires at least: 6.5 * Requires PHP: 7.4 * Text Domain: web-stories @@ -40,7 +40,7 @@ exit; } -define( 'WEBSTORIES_VERSION', '1.38.0-alpha.0' ); +define( 'WEBSTORIES_VERSION', '1.39.0-alpha.0' ); define( 'WEBSTORIES_DB_VERSION', '3.0.16' ); define( 'WEBSTORIES_AMP_VERSION', '2.5.6-alpha' ); // Version of the AMP library included in the plugin. define( 'WEBSTORIES_PLUGIN_FILE', __FILE__ );