Skip to content

Commit

Permalink
choire: Updates version koch
Browse files Browse the repository at this point in the history
  • Loading branch information
kfaan11 committed May 25, 2023
1 parent 9c9a14f commit f23ca46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Authentication can be achieved through:
### Download and install
This script downloads and install the koch script in the bin directory of the user. You can also install system-wide.
```bash
curl -o koch https://raw.githubusercontent.com/faan11/koch/1.1.0/koch
curl -o koch https://raw.githubusercontent.com/faan11/koch/1.2.0/koch
mv koch $HOME/.local/bin/
chmod +x $HOME/.local/bin/koch
```
Expand Down
2 changes: 1 addition & 1 deletion koch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Fabio Pagnotta <fabiopagnotta.92@gmail.com> (author)
# Vladimir Mozharov
#
VERSION=1.1.0
VERSION=1.2.0

# fail script when one of the command fails.
set -Eeuo pipefail # see https://stackoverflow.com/a/72103511
Expand Down

0 comments on commit f23ca46

Please sign in to comment.