diff --git a/docs/en/Blog-Posts/2020-11-12 v4_0_Preview/POST.md b/docs/en/Blog-Posts/2020-11-12 v4_0_Preview/POST.md index 615a615c1b..03e3d31f97 100644 --- a/docs/en/Blog-Posts/2020-11-12 v4_0_Preview/POST.md +++ b/docs/en/Blog-Posts/2020-11-12 v4_0_Preview/POST.md @@ -8,16 +8,16 @@ Today, we have released the [ABP Framework](https://abp.io/) (and the [ABP Comme If you want to try the version `4.0.0` today, follow the steps below; -1) **Upgrade** the ABP CLI to the version `4.0.0-rc.2` using a command line terminal: +1) **Upgrade** the ABP CLI to the version `4.0.0-rc.3` using a command line terminal: ````bash -dotnet tool update Volo.Abp.Cli -g --version 4.0.0-rc.2 +dotnet tool update Volo.Abp.Cli -g --version 4.0.0-rc.3 ```` **or install** if you haven't installed before: ````bash -dotnet tool install Volo.Abp.Cli -g --version 4.0.0-rc.2 +dotnet tool install Volo.Abp.Cli -g --version 4.0.0-rc.3 ```` 2) Create a **new application** with the `--preview` option: