Skip to content

Commit

Permalink
Use 1.0-RC1 instead of 1.0-rc1
Browse files Browse the repository at this point in the history
As Weston mentioned,
this follows the WordPress convention.
  • Loading branch information
kienstra committed Oct 3, 2018
1 parent ebdcaf0 commit 17f9eaa
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.0-rc1
* Version: 1.0-RC1
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
Expand Down Expand Up @@ -49,7 +49,7 @@ function _amp_print_composer_install_admin_notice() {

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '1.0-rc1' );
define( 'AMP__VERSION', '1.0-RC1' );

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

0 comments on commit 17f9eaa

Please sign in to comment.