diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8abb3db..4fad053a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ #Change Log All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -##Master +##[0.9.2] - 2015-10-29 ### Fixed - `sites list` no longer capitalizes membership UUIDs. (#642) diff --git a/README.md b/README.md index 89e33b3b0..54f90cd68 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Once you have at least the requirements installed, you can install Terminus via Run this in this in your terminal client: ```bash -curl https://github.com/pantheon-systems/cli/releases/download/0.9.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus +curl https://github.com/pantheon-systems/cli/releases/download/0.9.2/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus ``` To get started with Terminus, you must first authenticate: diff --git a/php/terminus.php b/php/terminus.php index bd4ef4858..9485597f1 100755 --- a/php/terminus.php +++ b/php/terminus.php @@ -2,7 +2,7 @@ //Can be used by plugins/themes to check if Terminus is running or not define('Terminus', true); -define('TERMINUS_VERSION', '0.9.1'); +define('TERMINUS_VERSION', '0.9.2'); $source = 'unknown'; if ((PHP_SAPI == 'cli') && isset($argv)) {