Skip to content

Commit dce979d

Browse files
mikrethorsnicoll
authored andcommitted
Fix output of "spring --version" in reference documentation
See gh-28831
1 parent 74b7098 commit dce979d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Get SDKMAN! from https://sdkman.io and install Spring Boot by using the followin
9797
----
9898
$ sdk install springboot
9999
$ spring --version
100-
Spring Boot v{spring-boot-version}
100+
Spring CLI v{spring-boot-version}
101101
----
102102

103103
If you develop features for the CLI and want access to the version you built, use the following commands:

0 commit comments

Comments
 (0)