File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/org/springframework/data/rest/shell Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ The rest-shell supports a "dotrc" type of initialization by reading in all files
201
201
| _ \ __/' _/_ _/' _/| || | / / | \ \
202
202
| v / _|`._`. | | `._`.| >< | / / / > >
203
203
|_|_\___|___/ |_| |___/|_||_| |_/_/ /_/
204
- 1.1.5 .BUILD-SNAPSHOT
204
+ 1.2.1 .BUILD-SNAPSHOT
205
205
206
206
Welcome to the REST shell. For assistance hit TAB or type "help".
207
207
http://api.myservice.com/v1:>
Original file line number Diff line number Diff line change 1
- version = 1.2.1.BUILD-SNAPSHOT
1
+ version = 1.2.1.BUILD-SNAPSHOT
Original file line number Diff line number Diff line change 13
13
@ Order (Integer .MIN_VALUE )
14
14
public class RestShellBannerProvider implements BannerProvider {
15
15
16
- private static final String VERSION = "1.1.5 .BUILD-SNAPSHOT" ;
16
+ private static final String VERSION = "1.2.1 .BUILD-SNAPSHOT" ;
17
17
private static final String BANNER = "\n ___ ___ __ _____ __ _ _ _ _ __ \n " +
18
18
"| _ \\ __/' _/_ _/' _/| || | / / | \\ \\ \n " +
19
19
"| v / _|`._`. | | `._`.| >< | / / / > > \n " +
You can’t perform that action at this time.
0 commit comments