Skip to content

Commit

Permalink
Bumped PA app version to 3.3.0 in preparation for release to staging/…
Browse files Browse the repository at this point in the history
…live.
  • Loading branch information
“Mike committed Nov 14, 2019
1 parent cd52684 commit d08dd2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public boolean preHandle(

Map<String, Object> requestConfig = new HashMap<>();
requestConfig.put("releaseVersion", dataReleaseVersionManager.getReleaseVersion());
requestConfig.put("version", "v3.2.9");
requestConfig.put("version", "v3.3.0");

// Map the global config values into the request configuration
config.keySet().forEach(key -> {
Expand Down

0 comments on commit d08dd2a

Please sign in to comment.