Skip to content

Commit e0a2f77

Browse files
committed
20240313b
1 parent 19841dd commit e0a2f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/io/openliberty/sample/system/SystemRuntime.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class SystemRuntime {
3333
@Produces(MediaType.TEXT_PLAIN)
3434
public Response getRuntime() {
3535
String libertyVersion = getServerVersion();
36-
System.out.println("FW: SystemRuntime 20240313");
36+
System.out.println("FW: SystemRuntime 20240313b");
3737
return Response.ok(libertyVersion).build();
3838
}
3939

0 commit comments

Comments
 (0)