Skip to content

Commit

Permalink
Merge pull request #649 from pantheon-systems/0.9.x
Browse files Browse the repository at this point in the history
Updating to version 0.9.2
  • Loading branch information
TeslaDethray committed Oct 30, 2015
2 parents 88e6d2e + c2254e8 commit be10dc2
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.2] - 2015-10-29
### Fixed
- `sites list` no longer capitalizes membership UUIDs. (#642)

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.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:
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.1');
define('TERMINUS_VERSION', '0.9.2');

$source = 'unknown';
if ((PHP_SAPI == 'cli') && isset($argv)) {
Expand Down

0 comments on commit be10dc2

Please sign in to comment.