Skip to content

Commit

Permalink
Bump AMP__VERSION from 0.7.1 to 1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jun 5, 2018
1 parent 76e1657 commit dea2171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amp.php
Original file line number Diff line number Diff line change
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', '0.7.1' );
define( 'AMP__VERSION', '1.0-alpha' );

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

0 comments on commit dea2171

Please sign in to comment.