Skip to content

Commit

Permalink
20240313b
Browse files Browse the repository at this point in the history
  • Loading branch information
fmhwong committed Mar 13, 2024
1 parent 19841dd commit e0a2f77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class SystemRuntime {
@Produces(MediaType.TEXT_PLAIN)
public Response getRuntime() {
String libertyVersion = getServerVersion();
System.out.println("FW: SystemRuntime 20240313");
System.out.println("FW: SystemRuntime 20240313b");
return Response.ok(libertyVersion).build();
}

Expand Down

0 comments on commit e0a2f77

Please sign in to comment.