From e10ec5fc7f16d82d4c6148f2949ff1ceeab2b807 Mon Sep 17 00:00:00 2001 From: scribu Date: Wed, 4 Dec 2013 01:02:46 +0200 Subject: [PATCH] bump version to 0.14.0-alpha --- 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 a98a85d7..a592703d 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' ); +define( 'WP_CLI_VERSION', '0.14.0-alpha' ); include WP_CLI_ROOT . '/php/utils.php'; include WP_CLI_ROOT . '/php/dispatcher.php'; -- 2.11.0