diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 536981d..3bed344 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -1,16 +1,16 @@ To install, make sure you have https://github.com/spring-projects/spring-boot[Spring Boot CLI] -(1.4.1 or better): +(1.4.4 or better): $ spring version - Spring CLI v1.4.1.RELEASE + Spring CLI v1.4.4.RELEASE E.g. for SDKMan users ``` -$ sdk install springboot 1.4.1.RELEASE -$ sdk use springboot 1.4.1.RELEASE +$ sdk install springboot 1.4.4.RELEASE +$ sdk use springboot 1.4.4.RELEASE ``` and install the Spring Cloud plugin