Skip to content

Commit

Permalink
Merge pull request #374 from pantheon-systems/v0.6.1
Browse files Browse the repository at this point in the history
Prepare v0.6.1
  • Loading branch information
bensheldon committed Aug 11, 2015
2 parents 3a69687 + 7ac2d27 commit f82a113
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more advanced installation instructions, please see [the installation page o

Installing Terminus is simple. Ensure that your system has and can run the required software above and run this in your favorite terminal client:
```bash
curl https://github.com/pantheon-systems/cli/releases/download/0.6.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.6.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', '1.0.0');
define('TERMINUS_VERSION', '0.6.1');

$source = 'unknown';
if((PHP_SAPI == 'cli') && isset($argv)) {
Expand Down
6 changes: 3 additions & 3 deletions tests/features/cli.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Feature: cli

#Scenario: Clearing Cache
#@vcr cli-clear-cache
#When I run "touch ~/.terminus/cache/testfile"
Expand All @@ -26,7 +26,7 @@ Feature: cli
When I run "terminus cli info"
Then I should get:
"""
1.0.0
Terminus version
"""

Scenario: Dumping Parameters
Expand Down Expand Up @@ -70,5 +70,5 @@ Feature: cli
When I run "terminus cli version"
Then I should get:
"""
1.0.0
Terminus version
"""

0 comments on commit f82a113

Please sign in to comment.