OSDN Git Service

bump version to 0.12-beta
authorscribu <mail@scribu.net>
Thu, 3 Oct 2013 22:44:25 +0000 (00:44 +0200)
committerscribu <mail@scribu.net>
Thu, 3 Oct 2013 22:44:25 +0000 (00:44 +0200)
php/wp-cli.php

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