Skip to content

Commit

Permalink
Bump 0.7-beta2 to 0.7-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Apr 20, 2018
1 parent c293b6c commit 6086265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://github.com/automattic/amp-wp
* Author: Automattic
* Author URI: https://automattic.com
* Version: 0.7-beta2
* Version: 0.7-RC1
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
Expand All @@ -32,7 +32,7 @@ function _amp_print_php_version_admin_notice() {

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '0.7-beta2' );
define( 'AMP__VERSION', '0.7-RC1' );

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

0 comments on commit 6086265

Please sign in to comment.