OSDN Git Service

bump version to 0.11.1 v0.11.1
authorscribu <mail@scribu.net>
Thu, 8 Aug 2013 13:15:04 +0000 (16:15 +0300)
committerscribu <mail@scribu.net>
Thu, 8 Aug 2013 13:15:04 +0000 (16:15 +0300)
php/wp-cli.php

index 62cff3b..27679af 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.11.1-alpha' );
+define( 'WP_CLI_VERSION', '0.11.1' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';