OSDN Git Service

bump version to 0.14.0-beta master
authorscribu <mail@scribu.net>
Sat, 1 Feb 2014 23:16:29 +0000 (01:16 +0200)
committerscribu <mail@scribu.net>
Sat, 1 Feb 2014 23:16:29 +0000 (01:16 +0200)
php/wp-cli.php

index 8f70c73..c9667d9 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-alpha2' );
+define( 'WP_CLI_VERSION', '0.14.0-beta' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';