OSDN Git Service

bump version to 0.12-alpha2
authorscribu <mail@scribu.net>
Wed, 14 Aug 2013 20:31:08 +0000 (23:31 +0300)
committerscribu <mail@scribu.net>
Wed, 14 Aug 2013 20:31:08 +0000 (23:31 +0300)
php/wp-cli.php

index d363866..b6fda09 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.12-alpha' );
+define( 'WP_CLI_VERSION', '0.12-alpha2' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';