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)