Skip to content

Commit

Permalink
Bumped web release version from v5.4.0 to v5.4.1 for idg page enhance…
Browse files Browse the repository at this point in the history
…ments.
  • Loading branch information
“Mike committed May 7, 2021
1 parent 2b02dcf commit bafbc77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public boolean preHandle(

Map<String, Object> requestConfig = new HashMap<>();
requestConfig.put("releaseVersion", dataReleaseVersionManager.getReleaseVersion());
requestConfig.put("version", "v5.4.0");
requestConfig.put("version", "v5.4.1");
requestConfig.put("data_release_genes", metaInfoRepository.getDataReleaseGeneCount().getPropertyValue());

// Map the global config values into the request configuration
Expand Down

0 comments on commit bafbc77

Please sign in to comment.