Skip to content

Commit

Permalink
Bump to beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestephanis committed Feb 5, 2014
1 parent dd8ce0f commit d6b7295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Plugin URI: http://wordpress.org/extend/plugins/jetpack/
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
* Author: Automattic
* Version: 2.9-alpha
* Version: 2.9-beta1
* Author URI: http://jetpack.me
* License: GPL2+
* Text Domain: jetpack
* Domain Path: /languages/
*/

define( 'JETPACK__MINIMUM_WP_VERSION', '3.7' );
define( 'JETPACK__VERSION', '2.9-alpha' );
define( 'JETPACK__VERSION', '2.9-beta1' );
define( 'JETPACK_MASTER_USER', true );
define( 'JETPACK__API_VERSION', 1 );
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit d6b7295

Please sign in to comment.