Skip to content

Commit c2bfcb0

Browse files
authored
update version note
1 parent 56ab760 commit c2bfcb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/adamscript/tomatetoapi/controllers/HomeController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public ResponseEntity getMessage(){
1818
"\n" +
1919
"P.S. I may or may not get notified, better watch your back ;)" +
2020
"\n" +
21-
"v1.0.1-beta";
21+
"v1.0.2-beta";
2222

2323
return new ResponseEntity(message, HttpStatus.OK);
2424
}

0 commit comments

Comments
 (0)