OSDN Git Service

0.11.2 final v0.11.2
authorscribu <mail@scribu.net>
Thu, 22 Aug 2013 10:43:51 +0000 (13:43 +0300)
committerscribu <mail@scribu.net>
Thu, 22 Aug 2013 10:43:51 +0000 (13:43 +0300)
php/wp-cli.php

index 1b926a2..72fa56d 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.2-beta' );
+define( 'WP_CLI_VERSION', '0.11.2' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';