Skip to content

Commit

Permalink
Restore AMP version as 1.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 5, 2018
1 parent 54186f6 commit 049b4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amp.php
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://github.com/automattic/amp-wp
* Author: WordPress.com VIP, XWP, Google, and contributors
* Author URI: https://github.com/Automattic/amp-wp/graphs/contributors
* Version: 1.1-alpha
* Version: 1.0-RC2
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
Expand Down Expand Up @@ -66,7 +66,7 @@ function _amp_print_composer_install_admin_notice() {

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '1.1-alpha' );
define( 'AMP__VERSION', '1.0-RC2' );

require_once AMP__DIR__ . '/includes/class-amp-autoloader.php';
AMP_Autoloader::register();
Expand Down

0 comments on commit 049b4cd

Please sign in to comment.