OSDN Git Service

bump version to 0.13.0 v0.13.0
authorscribu <mail@scribu.net>
Sat, 30 Nov 2013 13:14:44 +0000 (15:14 +0200)
committerscribu <mail@scribu.net>
Sat, 30 Nov 2013 13:14:44 +0000 (15:14 +0200)
php/wp-cli.php

index c6263f8..a98a85d 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.13-RC' );
+define( 'WP_CLI_VERSION', '0.13.0' );
 
 include WP_CLI_ROOT . '/php/utils.php';
 include WP_CLI_ROOT . '/php/dispatcher.php';