Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Updating GraphQL Voyager to the latest RC (rc-31) #598

Merged
merged 1 commit into from
May 1, 2021
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 @@ -33,7 +33,7 @@ public class VoyagerIndexHtmlTemplate {
@Value("${voyager.cdn.enabled:false}")
private boolean voyagerCdnEnabled;

@Value("${voyager.cdn.version:1.0.0-rc.26}")
@Value("${voyager.cdn.version:1.0.0-rc.31}")
private String voyagerCdnVersion;

public String fillIndexTemplate(String contextPath, Map<String, String> params)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading