From 4bf1b79c79f9d39e1a3352626424bd67b8acc108 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 19 Mar 2021 19:39:27 -0700 Subject: [PATCH] Bump 2.1.0-beta1 --- amp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amp.php b/amp.php index 285efe924b3..c2e988c0e58 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.1.0-alpha + * Version: 2.1.0-beta1 * License: GPLv2 or later * Requires at least: 4.9 * Requires PHP: 5.6 @@ -15,7 +15,7 @@ define( 'AMP__FILE__', __FILE__ ); define( 'AMP__DIR__', dirname( __FILE__ ) ); -define( 'AMP__VERSION', '2.1.0-alpha' ); +define( 'AMP__VERSION', '2.1.0-beta1' ); /** * Errors encountered while loading the plugin.