Skip to content

Commit 0e29854

Browse files
committed
0.28.1
1 parent dfea0cc commit 0e29854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ select load_extension('/Users/anton/Downloads/stats');
7878
To load extensions in [rqlite](https://www.rqlite.io), first download a suitable release (x64 for Linux is demonstrated below):
7979

8080
```bash
81-
curl -L https://github.com/nalgeon/sqlean/releases/download/0.28.0/sqlean-linux-x64.zip -o sqlean.zip
81+
curl -L https://github.com/nalgeon/sqlean/releases/latest/download/sqlean-linux-x64.zip -o sqlean.zip
8282
```
8383

8484
Then pass the zipfile to rqlite when you start the rqlite node:

sqlpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"owner": "nalgeon",
33
"name": "sqlean",
4-
"version": "0.28.0",
4+
"version": "0.28.1",
55
"homepage": "https://github.com/nalgeon/sqlean",
66
"repository": "https://github.com/nalgeon/sqlean",
77
"authors": ["Anton Zhiyanov"],

0 commit comments

Comments
 (0)