Skip to content

Commit

Permalink
20240319a
Browse files Browse the repository at this point in the history
  • Loading branch information
fmhwong committed Mar 19, 2024
1 parent b67a486 commit 009bdd0
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 20240313c");
System.out.println("FW: SystemRuntime 20240319a");
return Response.ok(libertyVersion).build();
}

Expand Down

0 comments on commit 009bdd0

Please sign in to comment.