OSDN Git Service

bump version to 0.10.2 v0.10.2
authorscribu <mail@scribu.net>
Wed, 26 Jun 2013 09:44:56 +0000 (12:44 +0300)
committerscribu <mail@scribu.net>
Wed, 26 Jun 2013 09:44:56 +0000 (12:44 +0300)
php/wp-cli.php

index c54a7a4..f640ac6 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.1' );
+define( 'WP_CLI_VERSION', '0.10.2' );
 
 include WP_CLI_ROOT . 'utils.php';
 include WP_CLI_ROOT . 'dispatcher.php';