OSDN Git Service

bump version to 0.14.0-alpha2
authorscribu <mail@scribu.net>
Sun, 26 Jan 2014 11:48:34 +0000 (13:48 +0200)
committerscribu <mail@scribu.net>
Sun, 26 Jan 2014 11:48:34 +0000 (13:48 +0200)
php/wp-cli.php

index a592703..8f70c73 100644 (file)
@@ -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.14.0-alpha' );
+define( 'WP_CLI_VERSION', '0.14.0-alpha2' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';