OSDN Git Service

bump version to 0.13-alpha
authorscribu <mail@scribu.net>
Sun, 13 Oct 2013 12:19:12 +0000 (15:19 +0300)
committerscribu <mail@scribu.net>
Sun, 13 Oct 2013 12:19:12 +0000 (15:19 +0300)
php/wp-cli.php

index 95335b0..ad8cd8d 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.1' );
+define( 'WP_CLI_VERSION', '0.13-alpha' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';