Fix output of "spring --version" in reference documentation

See gh-28831
pull/28967/head
Xavier Bouclet 3 years ago committed by Stephane Nicoll
parent 74b7098c8d
commit dce979d51f

@ -97,7 +97,7 @@ Get SDKMAN! from https://sdkman.io and install Spring Boot by using the followin
----
$ sdk install springboot
$ spring --version
Spring Boot v{spring-boot-version}
Spring CLI v{spring-boot-version}
----
If you develop features for the CLI and want access to the version you built, use the following commands:

Loading…
Cancel
Save