Skip to content

Commit

Permalink
Bump VERSION to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jotadrilo committed Jun 15, 2019
1 parent 73e5a11 commit c7b5db8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ brews:
bin.install "rubbi-sh"
(share/"alias").install "dotfiles/.rubbi.sh"
caveats: |
This tool is based on some alias and shell functions
Please import the .rubbi.sh file in your profile configuration or add its content directly
. \#{(share/"alias")}/.rubbi.sh
This tool is based on some alias and shell functions and they are core to work.
test: |
system bin/"rubbi-sh", "-version"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you usually run tons of commands, generating garbage everywhere, you need a p

```
mkdir -p rubbi-sh && \
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.7/rubbi-sh_0.0.7_linux_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.8/rubbi-sh_0.0.8_linux_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
sudo bash -c 'cd rubbi-sh; ./install.sh'
```

Expand All @@ -27,7 +27,7 @@ Alternative:

```
mkdir -p rubbi-sh && \
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.7/rubbi-sh_0.0.7_darwin_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.8/rubbi-sh_0.0.8_darwin_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
sudo bash -c 'cd rubbi-sh; ./install.sh'
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8

0 comments on commit c7b5db8

Please sign in to comment.