Skip to content

Commit

Permalink
set version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Jun 15, 2013
1 parent 4ccd659 commit 65a2dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/wp-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Can be used by plugins/themes to check if wp-cli is running or not
define( 'WP_CLI', true );

define( 'WP_CLI_VERSION', '0.10.1-alpha' );
define( 'WP_CLI_VERSION', '0.10.1' );

include WP_CLI_ROOT . 'utils.php';
include WP_CLI_ROOT . 'dispatcher.php';
Expand Down

0 comments on commit 65a2dab

Please sign in to comment.