From af38cc5a74ff978e1e266a1e0bb5d0a50be4dd4f Mon Sep 17 00:00:00 2001 From: Adam Scarr Date: Thu, 1 Nov 2018 21:55:21 -0700 Subject: [PATCH] Bump to the latest version of graphql-playground --- handler/playground.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/playground.go b/handler/playground.go index d0ada8ca68f..f1687defb76 100644 --- a/handler/playground.go +++ b/handler/playground.go @@ -45,7 +45,7 @@ func Playground(title string, endpoint string) http.HandlerFunc { err := page.Execute(w, map[string]string{ "title": title, "endpoint": endpoint, - "version": "1.6.2", + "version": "1.7.8", }) if err != nil { panic(err)