From ee10820b9146a915ace93f8f21f009aa9b5b5e18 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 28 Mar 2024 11:13:20 -0700 Subject: [PATCH] v0.0.63 Signed-off-by: Tamal Saha --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f50173f..902df602 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ These instructions are useful if you are trying to deploy your own license serve - Download pre-built binary into a server ```bash -curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.61/offline-license-server-linux-amd64 +curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.63/offline-license-server-linux-amd64 chmod +x offline-license-server-linux-amd64 mv offline-license-server-linux-amd64 /usr/local/bin/offline-license-server sudo systemctl restart offline-license-server @@ -86,7 +86,7 @@ sudo systemctl restart offline-license-server - Install systemd service ```bash -curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.61/hack/systemd/offline-license-server.service +curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.63/hack/systemd/offline-license-server.service chmod +x offline-license-server.service # 1. Copy Google cloud service account json key to /root/app/gcloud.json