Skip to content

Commit

Permalink
Bumped version to 0.6-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryA committed Jan 18, 2018
1 parent 7e67c12 commit 82c274b
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.6-rc1
* Version: 0.6-rc2
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
Expand All @@ -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();
Expand Down

0 comments on commit 82c274b

Please sign in to comment.