Skip to content

Commit

Permalink
Bump VERSION to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jotadrilo committed Jun 17, 2019
1 parent 6d4e329 commit 27f0f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you usually run tons of commands that generate garbage, wherever you are, you

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

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

```
mkdir -p rubbi-sh && \
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.9/rubbi-sh_0.0.9_darwin_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.10/rubbi-sh_0.0.10_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.9
0.0.10

0 comments on commit 27f0f8c

Please sign in to comment.