OSDN Git Service

set version to 0.10.1 v0.10.1
authorscribu <mail@scribu.net>
Sat, 15 Jun 2013 08:46:01 +0000 (11:46 +0300)
committerscribu <mail@scribu.net>
Sat, 15 Jun 2013 08:46:01 +0000 (11:46 +0300)
php/wp-cli.php

index 7fa1276..c54a7a4 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.10.1-alpha' );
+define( 'WP_CLI_VERSION', '0.10.1' );
 
 include WP_CLI_ROOT . 'utils.php';
 include WP_CLI_ROOT . 'dispatcher.php';