Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 26, 2021
1 parent 268e4e9 commit b125acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.4
VERSION=v0.0.5
OUT_DIR=dist

CLI_NAME?=cf
Expand Down
8 changes: 4 additions & 4 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releas
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cli-v2-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cli-v2-* /usr/local/bin/cli-v2
mv ./cf-* /usr/local/bin/cf

# check the installation
cli-v2 version
cf version
```

### Mac
Expand All @@ -22,8 +22,8 @@ VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releas
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cli-v2-darwin-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cli-v2-* /usr/local/bin/cli-v2
mv ./cf-* /usr/local/bin/cf

# check the installation
cli-v2 version
cf version
```

0 comments on commit b125acc

Please sign in to comment.