diff --git a/README.adoc b/README.adoc index 35604fa..9eb187e 100644 --- a/README.adoc +++ b/README.adoc @@ -14,13 +14,13 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI] (1.2.0.RC1 or better): $ spring version - Spring CLI v1.2.0.RC1 + Spring CLI v1.2.0.RELEASE E.g. for GVM users ``` -$ gvm install springboot 1.2.0.RC1 -$ gvm use springboot 1.2.0.RC1 +$ gvm install springboot 1.2.0.RELEASE +$ gvm use springboot 1.2.0.RELEASE ``` and install the Spring Cloud plugin: diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 118a6b5..548b953 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -4,13 +4,13 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI] (1.2.0.RC1 or better): $ spring version - Spring CLI v1.2.0.RC1 + Spring CLI v1.2.0.RELEASE E.g. for GVM users ``` -$ gvm install springboot 1.2.0.RC1 -$ gvm use springboot 1.2.0.RC1 +$ gvm install springboot 1.2.0.RELEASE +$ gvm use springboot 1.2.0.RELEASE ``` and install the Spring Cloud plugin: