Skip to content

Commit

Permalink
Bump 2.0.3-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Sep 18, 2020
1 parent 0baf9c9 commit 8e88b89
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: 2.0.3-alpha
* Version: 2.0.3-RC1
* Text Domain: amp
* Domain Path: /languages/
* License: GPLv2 or later
Expand All @@ -17,7 +17,7 @@

define( 'AMP__FILE__', __FILE__ );
define( 'AMP__DIR__', dirname( __FILE__ ) );
define( 'AMP__VERSION', '2.0.3-alpha' );
define( 'AMP__VERSION', '2.0.3-RC1' );

/**
* Errors encountered while loading the plugin.
Expand Down

0 comments on commit 8e88b89

Please sign in to comment.