From d3b1ba96133c1fa4014c6e9517dfb53130b52c03 Mon Sep 17 00:00:00 2001 From: scribu Date: Wed, 26 Jun 2013 12:44:56 +0300 Subject: [PATCH] bump version to 0.10.2 --- php/wp-cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/wp-cli.php b/php/wp-cli.php index c54a7a4a..f640ac60 100644 --- a/php/wp-cli.php +++ b/php/wp-cli.php @@ -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' ); +define( 'WP_CLI_VERSION', '0.10.2' ); include WP_CLI_ROOT . 'utils.php'; include WP_CLI_ROOT . 'dispatcher.php'; -- 2.11.0