From: scribu Date: Thu, 3 Oct 2013 22:44:25 +0000 (+0200) Subject: bump version to 0.12-beta X-Git-Tag: v0.12.0~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7cea2ca5e0b8a79ebcc70d476c2ab5da310f2433;p=wvm%2Fwvm.git bump version to 0.12-beta --- diff --git a/php/wp-cli.php b/php/wp-cli.php index b6fda097..3ce45aaf 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.12-alpha2' ); +define( 'WP_CLI_VERSION', '0.12-beta' ); include WP_CLI_ROOT . '/php/utils.php'; include WP_CLI_ROOT . '/php/dispatcher.php';