Skip to content

Commit f82a113

Browse files
committed
Merge pull request #374 from pantheon-systems/v0.6.1
Prepare v0.6.1
2 parents 3a69687 + 7ac2d27 commit f82a113

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more advanced installation instructions, please see [the installation page o
2121

2222
Installing Terminus is simple. Ensure that your system has and can run the required software above and run this in your favorite terminal client:
2323
```bash
24-
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
24+
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
2525
```
2626

2727
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', '1.0.0');
5+
define('TERMINUS_VERSION', '0.6.1');
66

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

tests/features/cli.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Feature: cli
2-
2+
33
#Scenario: Clearing Cache
44
#@vcr cli-clear-cache
55
#When I run "touch ~/.terminus/cache/testfile"
@@ -26,7 +26,7 @@ Feature: cli
2626
When I run "terminus cli info"
2727
Then I should get:
2828
"""
29-
1.0.0
29+
Terminus version
3030
"""
3131

3232
Scenario: Dumping Parameters
@@ -70,5 +70,5 @@ Feature: cli
7070
When I run "terminus cli version"
7171
Then I should get:
7272
"""
73-
1.0.0
73+
Terminus version
7474
"""

0 commit comments

Comments
 (0)