From 0a1d949fd4873804a778716f0cc789700be746b1 Mon Sep 17 00:00:00 2001 From: xxc Date: Fri, 30 Nov 2018 22:14:55 +0800 Subject: [PATCH] Update README.md update version to 0.5.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06683c874..3e0abaff9 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ It is super easy to get started with your first project. You can download the package from the [latest stable release](https://github.com/alibaba/nacos/releases). -Take release nacos-server-0.4.0.zip for example. +Take release nacos-server-0.5.0.zip for example. ``` -unzip nacos-server-0.4.0.zip +unzip nacos-server-0.5.0.zip cd nacos/bin ```