We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e526cc5 commit 4cd08b2Copy full SHA for 4cd08b2
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.2.0-alpha
+ * Version: 2.2.0-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.2.0-alpha' );
+define( 'AMP__VERSION', '2.2.0-RC1' );
19
20
/**
21
* Errors encountered while loading the plugin.
0 commit comments