We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9097eea commit ce8add3Copy full SHA for ce8add3
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.0-RC1
+ * Version: 2.0.0-RC2
9
* Text Domain: amp
10
* Domain Path: /languages/
11
* License: GPLv2 or later
@@ -17,7 +17,7 @@
17
18
define( 'AMP__FILE__', __FILE__ );
19
define( 'AMP__DIR__', dirname( __FILE__ ) );
20
-define( 'AMP__VERSION', '2.0.0-RC1' );
+define( 'AMP__VERSION', '2.0.0-RC2' );
21
22
/**
23
* Errors encountered while loading the plugin.
0 commit comments