From 03be8e718d4905af165e264ccf14309ca4edcaea Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 24 Apr 2015 15:06:05 +0100 Subject: [PATCH] Update version numbers in install guide --- 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 06df117..9ba2f13 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -4,20 +4,20 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI] (1.2.0 or better): $ spring version - Spring CLI v1.2.2.RELEASE + Spring CLI v1.2.3.RELEASE E.g. for GVM users ``` -$ gvm install springboot 1.2.2.RELEASE -$ gvm use springboot 1.2.2.RELEASE +$ gvm install springboot 1.2.3.RELEASE +$ gvm use springboot 1.2.3.RELEASE ``` and install the Spring Cloud plugin: ``` $ mvn install -$ spring install org.springframework.cloud:spring-cloud-cli:1.0.1.RELEASE +$ spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE ``` IMPORTANT: **Prerequisites:** to use the encryption and decryption features