Skip to content

Commit 1ffeb3e

Browse files
committed
release v0.0.16
1 parent ebefba3 commit 1ffeb3e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/guides/piri-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If the `--config` option is not provided, Piri will automatically load config fr
9696
▐▛▀▘ █ █ █ ▗█▘
9797
▐▌ █ █ ▀▘
9898

99-
🔥 v0.0.15
99+
🔥 v0.0.16
100100
🆔 did:key:z6MkhaXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
101101
Piri Running on: localhost:3000
102102
Piri Public Endpoint: https://piri.example.com

docs/setup/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Before installing, ensure you have:
99

1010
## Download Pre-compiled Binary
1111

12-
Download the latest release from [v0.0.15](https://github.com/storacha/piri/releases/tag/v0.0.15):
12+
Download the latest release from [v0.0.16](https://github.com/storacha/piri/releases/tag/v0.0.16):
1313

1414
### For Linux AMD64
1515
```bash
16-
wget https://github.com/storacha/piri/releases/download/v0.0.15/piri_0.0.15_linux_amd64.tar.gz
17-
tar -xzf piri_0.0.15_linux_amd64.tar.gz
16+
wget https://github.com/storacha/piri/releases/download/v0.0.16/piri_0.0.16_linux_amd64.tar.gz
17+
tar -xzf piri_0.0.16_linux_amd64.tar.gz
1818
sudo mv piri /usr/local/bin/piri
1919
```
2020

2121
### For Linux ARM64
2222
```bash
23-
wget https://github.com/storacha/piri/releases/download/v0.0.15/piri_0.0.15_linux_arm64.tar.gz
24-
tar -xzf piri_0.0.15_linux_arm64.tar.gz
23+
wget https://github.com/storacha/piri/releases/download/v0.0.16/piri_0.0.16_linux_arm64.tar.gz
24+
tar -xzf piri_0.0.16_linux_arm64.tar.gz
2525
sudo mv piri /usr/local/bin/piri
2626
```
2727

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.0.15"
2+
"version": "v0.0.16"
33
}

0 commit comments

Comments
 (0)