Skip to content

Commit cc93f95

Browse files
authored
Merge pull request #32 from mastertinner/master
Upgrade GraphiQL to 0.11.10
2 parents f0393b2 + 5852e16 commit cc93f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphiql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func renderGraphiQL(w http.ResponseWriter, params graphql.Params) {
6666
}
6767

6868
// graphiqlVersion is the current version of GraphiQL
69-
const graphiqlVersion = "0.11.3"
69+
const graphiqlVersion = "0.11.10"
7070

7171
// tmpl is the page template to render GraphiQL
7272
const graphiqlTemplate = `

0 commit comments

Comments
 (0)