Skip to content

Commit c208d31

Browse files
committed
Bump VERSION to 0.0.14
1 parent 1cd7475 commit c208d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you usually run tons of commands that generate garbage, wherever you are, you
1515

1616
```
1717
mkdir -p rubbi-sh && \
18-
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.13/rubbi-sh_0.0.13_linux_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
18+
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.14/rubbi-sh_0.0.14_linux_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
1919
sudo bash -c 'cd rubbi-sh; ./install.sh'
2020
```
2121

@@ -32,7 +32,7 @@ Alternative:
3232

3333
```
3434
mkdir -p rubbi-sh && \
35-
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.13/rubbi-sh_0.0.13_darwin_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
35+
curl -sSL https://github.com/jotadrilo/rubbi-sh/releases/download/0.0.14/rubbi-sh_0.0.14_darwin_x86_64.tar.gz | tar xzf - -C rubbi-sh && \
3636
sudo bash -c 'cd rubbi-sh; ./install.sh'
3737
```
3838

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.13
1+
0.0.14

0 commit comments

Comments
 (0)