OSDN Git Service

0.11.0 final v0.11.0
authorscribu <mail@scribu.net>
Sun, 4 Aug 2013 23:54:31 +0000 (02:54 +0300)
committerscribu <mail@scribu.net>
Sun, 4 Aug 2013 23:54:31 +0000 (02:54 +0300)
php/wp-cli.php

index b220b0d..d435efe 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.0-beta' );
+define( 'WP_CLI_VERSION', '0.11.0' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';