From 74b1e18d84c1e9dc5d6d6d4a3f3facdb2b8d9118 Mon Sep 17 00:00:00 2001 From: kfei Date: Sun, 18 Jan 2015 19:47:35 +0800 Subject: [PATCH] Bump version to 0.9.8 Signed-off-by: kfei --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a7fb7..3232157 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ There are several ways to install `sshcam`. **Install binary from GitHub**: ```bash -curl -sL https://github.com/kfei/sshcam/releases/download/0.9.2/sshcam-x64.tar.bz | tar xj +curl -sL https://github.com/kfei/sshcam/releases/download/0.9.8/sshcam-x64.tar.bz | tar xj mv sshcam /usr/local/bin/ ```