Skip to content

Commit

Permalink
Merge pull request #913 from pantheon-systems/update/0.10.3
Browse files Browse the repository at this point in the history
Updating to version 0.10.3
  • Loading branch information
TeslaDethray committed Feb 12, 2016
2 parents 12314aa + 87b68d8 commit f871ca8
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.10.3] - 2016-02-12
### Added
- New `Hostnames` collection and `Hostname` model. (#860)
- Added 3rd Party plugin support (#857)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ composer require pantheon-systems/terminus

Run this in this in your terminal client:
```bash
curl https://github.com/pantheon-systems/terminus/releases/download/0.10.2/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
curl https://github.com/pantheon-systems/terminus/releases/download/0.10.3/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
```
####Installing with Git
To install with Git and use Terminus HEAD, you should clone this repository and run Terminus directly. If you would like to contribute to the Terminus source, this is the way you should install it. You will require Composer for this installation.
Expand Down
2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ TERMINUS_HOST: 'dashboard.pantheon.io'
TERMINUS_PORT: 443
TERMINUS_PROTOCOL: 'https'
TERMINUS_TIME_ZONE: 'UTC'
TERMINUS_VERSION: '0.10.2'
TERMINUS_VERSION: '0.10.3'

0 comments on commit f871ca8

Please sign in to comment.