OSDN Git Service

bump version to 0.10.0-beta2
authorscribu <mail@scribu.net>
Wed, 5 Jun 2013 01:14:58 +0000 (04:14 +0300)
committerscribu <mail@scribu.net>
Wed, 5 Jun 2013 01:15:01 +0000 (04:15 +0300)
[ci skip]

php/wp-cli.php

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