Skip to content

Commit be10dc2

Browse files
committed
Merge pull request #649 from pantheon-systems/0.9.x
Updating to version 0.9.2
2 parents 88e6d2e + c2254e8 commit be10dc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Change Log
22
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)
33

4-
##Master
4+
##[0.9.2] - 2015-10-29
55
### Fixed
66
- `sites list` no longer capitalizes membership UUIDs. (#642)
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Once you have at least the requirements installed, you can install Terminus via
3030

3131
Run this in this in your terminal client:
3232
```bash
33-
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
33+
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
3434
```
3535

3636
To get started with Terminus, you must first authenticate:

php/terminus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//Can be used by plugins/themes to check if Terminus is running or not
44
define('Terminus', true);
5-
define('TERMINUS_VERSION', '0.9.1');
5+
define('TERMINUS_VERSION', '0.9.2');
66

77
$source = 'unknown';
88
if ((PHP_SAPI == 'cli') && isset($argv)) {

0 commit comments

Comments
 (0)