Skip to content

Commit

Permalink
Updating to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesladethray committed Oct 27, 2015
1 parent e71c314 commit a411988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion php/terminus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit a411988

Please sign in to comment.