Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public String getAlgorithm() {

@Override
public String getVersion() {
return "1.3";
return "1.4";
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class PediatricUpdateFromAPI {

public static void main(String[] args) throws IOException {
UpdaterUtils.update("pediatric", "1.3", new HashSet<>(Collections.singletonList("STAGING")), Paths.get("c:/dev/tmp"));
UpdaterUtils.update("pediatric", "1.4", new HashSet<>(Collections.singletonList("STAGING")), Paths.get("c:/dev/tmp"));
}

}
Binary file removed src/test/resources/algorithms/pediatric-1.3.zip
Binary file not shown.
Binary file added src/test/resources/algorithms/pediatric-1.4.zip
Binary file not shown.
Loading