From 82c274b0a84228205757e4e78b041f9fc07b776c Mon Sep 17 00:00:00 2001 From: ThierryA Date: Fri, 19 Jan 2018 00:33:34 +0100 Subject: [PATCH] Bumped version to 0.6-rc2 --- amp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amp.php b/amp.php index 68cbdb4b8db..580c8cec7b7 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.6-rc1 + * Version: 0.6-rc2 * Text Domain: amp * Domain Path: /languages/ * License: GPLv2 or later @@ -15,7 +15,7 @@ define( 'AMP__FILE__', __FILE__ ); define( 'AMP__DIR__', dirname( __FILE__ ) ); -define( 'AMP__VERSION', '0.6-rc1' ); +define( 'AMP__VERSION', '0.6-rc2' ); require_once AMP__DIR__ . '/includes/class-amp-autoloader.php'; AMP_Autoloader::register();