Skip to content

Commit

Permalink
Updated web release version from v5.2.0 to v5.3.0
Browse files Browse the repository at this point in the history
  in preparation for latest web release.
  • Loading branch information
“Mike committed Apr 12, 2021
1 parent 98243eb commit c608834
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.2.0");
requestConfig.put("version", "v5.3.0");
requestConfig.put("data_release_genes", metaInfoRepository.getDataReleaseGeneCount().getPropertyValue());

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

0 comments on commit c608834

Please sign in to comment.