Skip to content

Commit fe0cc57

Browse files
Jon Brisbinjbrisbin
authored andcommitted
Bump version number.
1 parent 502e636 commit fe0cc57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The rest-shell supports a "dotrc" type of initialization by reading in all files
201201
| _ \ __/' _/_ _/' _/| || | / / | \ \
202202
| v / _|`._`. | | `._`.| >< | / / / > >
203203
|_|_\___|___/ |_| |___/|_||_| |_/_/ /_/
204-
1.1.5.BUILD-SNAPSHOT
204+
1.2.1.BUILD-SNAPSHOT
205205

206206
Welcome to the REST shell. For assistance hit TAB or type "help".
207207
http://api.myservice.com/v1:>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 1.2.1.BUILD-SNAPSHOT
1+
version = 1.2.1.BUILD-SNAPSHOT

src/main/java/org/springframework/data/rest/shell/RestShellBannerProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Order(Integer.MIN_VALUE)
1414
public class RestShellBannerProvider implements BannerProvider {
1515

16-
private static final String VERSION = "1.1.5.BUILD-SNAPSHOT";
16+
private static final String VERSION = "1.2.1.BUILD-SNAPSHOT";
1717
private static final String BANNER = "\n ___ ___ __ _____ __ _ _ _ _ __ \n" +
1818
"| _ \\ __/' _/_ _/' _/| || | / / | \\ \\ \n" +
1919
"| v / _|`._`. | | `._`.| >< | / / / > > \n" +

0 commit comments

Comments
 (0)