From c52f24aff789512ede45cb2cf16a670f769f6f2d Mon Sep 17 00:00:00 2001 From: Jon Staryuk <4214270+jonstaryuk@users.noreply.github.com> Date: Sun, 15 Jul 2018 16:15:22 -0700 Subject: [PATCH] Update playground version to 1.6.2 --- handler/playground.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/playground.go b/handler/playground.go index 4453359048..df58825007 100644 --- a/handler/playground.go +++ b/handler/playground.go @@ -42,7 +42,7 @@ func Playground(title string, endpoint string) http.HandlerFunc { err := page.Execute(w, map[string]string{ "title": title, "endpoint": endpoint, - "version": "1.4.3", + "version": "1.6.2", }) if err != nil { panic(err)