We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba67908 commit 235e83eCopy full SHA for 235e83e
amp.php
@@ -5,7 +5,7 @@
5
* Plugin URI: https://amp-wp.org
6
* Author: AMP Project Contributors
7
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
8
- * Version: 2.5.3
+ * Version: 2.5.4-alpha
9
* License: GPLv2 or later
10
* Requires at least: 5.3
11
* Requires PHP: 7.4
@@ -15,7 +15,7 @@
15
16
define( 'AMP__FILE__', __FILE__ );
17
define( 'AMP__DIR__', dirname( __FILE__ ) );
18
-define( 'AMP__VERSION', '2.5.3' );
+define( 'AMP__VERSION', '2.5.4-alpha' );
19
20
/**
21
* Errors encountered while loading the plugin.
0 commit comments