OSDN Git Service

bump version to 0.10.0-beta
authorscribu <mail@scribu.net>
Sun, 2 Jun 2013 19:10:18 +0000 (22:10 +0300)
committerscribu <mail@scribu.net>
Sun, 2 Jun 2013 19:10:18 +0000 (22:10 +0300)
php/wp-cli.php

index 8ca2bcf..1b40a05 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.10.0-alpha' );
+define( 'WP_CLI_VERSION', '0.10.0-beta' );
 
 include WP_CLI_ROOT . 'utils.php';
 include WP_CLI_ROOT . 'dispatcher.php';