Skip to content

Commit 72ea8ca

Browse files
committed
Merge pull request #634 from pantheon-systems/0.9.1
Updating to 0.9.1 for bugfix release
2 parents e71c314 + a411988 commit 72ea8ca

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.1] - 2015-10-27
55
### Fixed
66
- `site backups get` will now find and retrieve backups properly. (#632)
77
- `sites mass-update` now differentiates between an updated site and one in SFTP mode and warns user appropriately. (#633)

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.0/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.1/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.0');
5+
define('TERMINUS_VERSION', '0.9.1');
66

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

0 commit comments

Comments
 (0)