Skip to content

Commit

Permalink
Bump version to v0.0.19
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Zimmer <moritz.zmmr@gmail.com>
  • Loading branch information
moritzzimmer committed Dec 17, 2020
1 parent 2b55717 commit b856fb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ brew install moritzzimmer/tap/func
MacOS

```
$ curl -OL https://github.com/moritzzimmer/func/releases/download/v0.0.18/func_0.0.18_darwin_amd64.tar.gz
$ tar -xvzf func_0.0.18_darwin_amd64.tar.gz
$ curl -OL https://github.com/moritzzimmer/func/releases/download/v0.0.19/func_0.0.19_darwin_amd64.tar.gz
$ tar -xvzf func_0.0.19_darwin_amd64.tar.gz
$ sudo mv func /usr/local/bin/func
```

GNU/Linux

```
$ wget https://github.com/moritzzimmer/func/releases/download/v0.0.18/func_0.0.18_linux_amd64.tar.gz
$ tar -xvzf func_0.0.18_linux_amd64.tar.gz
$ wget https://github.com/moritzzimmer/func/releases/download/v0.0.19/func_0.0.19_linux_amd64.tar.gz
$ tar -xvzf func_0.0.19_linux_amd64.tar.gz
$ sudo mv func /usr/local/bin/
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.18
v0.0.19

0 comments on commit b856fb6

Please sign in to comment.