From: scribu Date: Mon, 15 Jul 2013 13:25:28 +0000 (+0300) Subject: bump version to 0.11.0-alpha2 X-Git-Tag: v0.11.0~31 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7397a2507b23f7bfed26e90b505a5882f3792993;p=wvm%2Fwvm.git bump version to 0.11.0-alpha2 --- diff --git a/php/wp-cli.php b/php/wp-cli.php index 1064b77e..f721cde0 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.11.0-alpha' ); +define( 'WP_CLI_VERSION', '0.11.0-alpha2' ); include WP_CLI_ROOT . '/php/utils.php'; include WP_CLI_ROOT . '/php/dispatcher.php';