From d3a0a420f4a06508a8b2a01152ff3d756a899f1d Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Fri, 11 Aug 2023 12:48:31 +0900 Subject: [PATCH] docs: 0.3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a648d72..327c3c5 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Portable SSH Server ## Install on Ubuntu/Debian ```bash -wget https://github.com/nwtgck/handy-sshd/releases/download/v0.2.0/handy-sshd-0.2.0-linux-amd64.deb -sudo dpkg -i handy-sshd-0.2.0-linux-amd64.deb +wget https://github.com/nwtgck/handy-sshd/releases/download/v0.3.0/handy-sshd-0.3.0-linux-amd64.deb +sudo dpkg -i handy-sshd-0.3.0-linux-amd64.deb ``` ## Install on Mac