Skip to content

Commit

Permalink
Merge pull request #32 from mastertinner/master
Browse files Browse the repository at this point in the history
Upgrade GraphiQL to 0.11.10
  • Loading branch information
chris-ramon authored Dec 8, 2017
2 parents f0393b2 + 5852e16 commit cc93f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphiql.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func renderGraphiQL(w http.ResponseWriter, params graphql.Params) {
}

// graphiqlVersion is the current version of GraphiQL
const graphiqlVersion = "0.11.3"
const graphiqlVersion = "0.11.10"

// tmpl is the page template to render GraphiQL
const graphiqlTemplate = `
Expand Down

0 comments on commit cc93f95

Please sign in to comment.