We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324fc8c commit 3a2304fCopy full SHA for 3a2304f
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.0.9-alpha
+ * Version: 2.0.9-RC1
9
* License: GPLv2 or later
10
* Requires at least: 4.9
11
* Requires PHP: 5.6
@@ -15,7 +15,7 @@
15
16
define( 'AMP__FILE__', __FILE__ );
17
define( 'AMP__DIR__', dirname( __FILE__ ) );
18
-define( 'AMP__VERSION', '2.0.9-alpha' );
+define( 'AMP__VERSION', '2.0.9-RC1' );
19
20
/**
21
* Errors encountered while loading the plugin.
0 commit comments