Skip to content

Commit

Permalink
Bump 1.2-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jun 4, 2019
1 parent f162be1 commit 4530a2c
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://amp-wp.org
* Author: AMP Project Contributors
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
* Version: 1.2-beta1
* Version: 1.2-beta2
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
Expand Down Expand Up @@ -209,7 +209,7 @@ function _amp_show_load_errors_admin_notice() {

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '1.2-beta1' );
define( 'AMP__VERSION', '1.2-beta2' );

/**
* Print admin notice if plugin installed with incorrect slug (which impacts WordPress's auto-update system).
Expand Down

0 comments on commit 4530a2c

Please sign in to comment.