Skip to content

Commit

Permalink
set version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Oct 11, 2013
1 parent 1d71878 commit b1241f9
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.13.0-alpha' );
define( 'WP_CLI_VERSION', '0.12.1' );

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

0 comments on commit b1241f9

Please sign in to comment.