From b1241f9544131696cc4319cc72bd22ebdda3c53b Mon Sep 17 00:00:00 2001 From: scribu Date: Fri, 11 Oct 2013 15:36:09 +0300 Subject: [PATCH] set version to 0.12.1 --- 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 e923f211..95335b0f 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.13.0-alpha' ); +define( 'WP_CLI_VERSION', '0.12.1' ); include WP_CLI_ROOT . '/php/utils.php'; include WP_CLI_ROOT . '/php/dispatcher.php'; -- 2.11.0