From ea9bb69511ca58faa4abfc4d55c8dd7ebce7db6d Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 9 Feb 2017 10:33:42 -0700 Subject: [PATCH] Update to spring-boot 1.4.4 --- docs/src/main/asciidoc/install.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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