diff --git a/amp.php b/amp.php index 9ff43664f3a..5aa304c5939 100644 --- a/amp.php +++ b/amp.php @@ -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 @@ -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();