Skip to content

Commit

Permalink
Bump version in readme and install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Sep 13, 2017
1 parent b5381f0 commit 02c19d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This will install goss and [dgoss](https://github.com/aelsabbahy/goss/tree/maste
# Install latest version to /usr/local/bin
curl -fsSL https://goss.rocks/install | sh

# Install v0.3.4 version to ~/bin
curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.4 GOSS_DST=~/bin sh
# Install v0.3.5 version to ~/bin
curl -fsSL https://goss.rocks/install | GOSS_VER=v0.3.5 GOSS_DST=~/bin sh
```

### Manual installation
Expand Down
2 changes: 1 addition & 1 deletion extras/dgoss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ curl -L https://raw.githubusercontent.com/aelsabbahy/goss/master/extras/dgoss/dg
chmod +rx /usr/local/bin/dgoss
# Download goss to your preferred location
curl -L https://github.com/aelsabbahy/goss/releases/download/v0.3.4/goss-linux-amd64 -o ~/Downloads/goss-linux-amd64
curl -L https://github.com/aelsabbahy/goss/releases/download/v0.3.5/goss-linux-amd64 -o ~/Downloads/goss-linux-amd64
# Set your GOSS_PATH to the above location
export GOSS_PATH=~/Downloads/goss-linux-amd64
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
set -e

LATEST="v0.3.4"
LATEST="v0.3.5"
DGOSS_VER=$GOSS_VER

if [ -z "$GOSS_VER" ]; then
Expand Down

0 comments on commit 02c19d6

Please sign in to comment.