Skip to content

Commit ffeba5f

Browse files
committed
Prepare readme for v0.0.69
Signed-off-by: Tamal Saha <[email protected]>
1 parent 600ce83 commit ffeba5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ These instructions are useful if you are trying to deploy your own license serve
7777
- Download pre-built binary into a server
7878

7979
```bash
80-
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.68/offline-license-server-linux-amd64
80+
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.69/offline-license-server-linux-amd64
8181
chmod +x offline-license-server-linux-amd64
8282
mv offline-license-server-linux-amd64 /usr/local/bin/offline-license-server
8383
sudo systemctl restart offline-license-server
@@ -86,7 +86,7 @@ sudo systemctl restart offline-license-server
8686
- Install systemd service
8787

8888
```bash
89-
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.68/hack/systemd/offline-license-server.service
89+
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.69/hack/systemd/offline-license-server.service
9090
chmod +x offline-license-server.service
9191

9292
# 1. Copy Google cloud service account json key to /root/app/gcloud.json

0 commit comments

Comments
 (0)