OSDN Git Service

bump version to 0.14.0-alpha
authorscribu <mail@scribu.net>
Tue, 3 Dec 2013 23:02:46 +0000 (01:02 +0200)
committerscribu <mail@scribu.net>
Tue, 3 Dec 2013 23:02:46 +0000 (01:02 +0200)
php/wp-cli.php

index a98a85d..a592703 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.13.0' );
+define( 'WP_CLI_VERSION', '0.14.0-alpha' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';