Skip to content

Commit

Permalink
Change version information format
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Oct 11, 2024
1 parent 668501e commit c9a14b9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ private static void outputVersion() throws IOException {
String[] lines = properties.split("\\n");
String projectVersion = lines[0].split("=")[1];
String ontologyVersion = lines[1].split("=")[1];
System.out.println("IGUANA version: " + projectVersion);
System.out.println("Result ontology version: " + ontologyVersion);
System.out.println("IGUANA version: " + projectVersion + " (result ontology version: " + ontologyVersion + ")");
}

}

0 comments on commit c9a14b9

Please sign in to comment.