diff --git a/CHANGELOG.md b/CHANGELOG.md index 998332647..d78027574 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.1] - 2015-10-27 ### Fixed - `site backups get` will now find and retrieve backups properly. (#632) - `sites mass-update` now differentiates between an updated site and one in SFTP mode and warns user appropriately. (#633) diff --git a/README.md b/README.md index 1db8ee855..89e33b3b0 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.0/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.1/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 f05610c62..f6205ac33 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.0'); +define('TERMINUS_VERSION', '0.9.1'); $source = 'unknown'; if ((PHP_SAPI == 'cli') && isset($argv)) {