From 9c74a53fc66bf91da973b87a7fcd65111c2ff978 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Tue, 3 May 2022 14:47:48 +0800 Subject: [PATCH] docs: re-release v0.1.6 (#2274) Signed-off-by: Alex Chi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f60406acbb89..fb5cbe8faec0a 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ There are two ways to install RisingWave: use a pre-built package or compile fro ```shell # Download the pre-built binary -wget https://github.com/singularity-data/risingwave/releases/download/v0.1.5/risingwave-v0.1.5-x86_64-unknown-linux.tar.gz +wget https://github.com/singularity-data/risingwave/releases/download/v0.1.6/risingwave-v0.1.6-x86_64-unknown-linux.tar.gz # Unzip the binary -tar xvf risingwave-v0.1.5-x86_64-unknown-linux.tar.gz +tar xvf risingwave-v0.1.6-x86_64-unknown-linux.tar.gz # Start RisingWave in single-binary playground mode ./risingwave playground ```