Skip to content

Commit

Permalink
let's call this a release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Sep 12, 2019
1 parent 5912f99 commit a6b50ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paid-memberships-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Paid Memberships Pro
* Plugin URI: https://www.paidmembershipspro.com
* Description: The most complete member management and membership subscriptions plugin for WordPress.
* Version: 2.1 Beta3
* Version: 2.1 RC1
* Author: Stranger Studios
* Author URI: https://www.strangerstudios.com
* Text Domain: paid-memberships-pro
Expand All @@ -16,7 +16,7 @@
*/

// version constant
define( 'PMPRO_VERSION', '2.1 Beta3' );
define( 'PMPRO_VERSION', '2.1 RC1' );
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );

Expand Down

0 comments on commit a6b50ec

Please sign in to comment.