From a5ed142fc58b8531caada5bff2a5feef3b90da00 Mon Sep 17 00:00:00 2001 From: scribu Date: Mon, 5 Aug 2013 02:54:31 +0300 Subject: [PATCH] 0.11.0 final --- 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 b220b0d9..d435efe1 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-beta' ); +define( 'WP_CLI_VERSION', '0.11.0' ); include WP_CLI_ROOT . '/php/utils.php'; include WP_CLI_ROOT . '/php/dispatcher.php'; -- 2.11.0