From f26b9fcbebca4a109ebf56204feca1f0228bc0cb Mon Sep 17 00:00:00 2001 From: Guilherme Macedo Date: Tue, 25 Apr 2023 16:33:01 -0300 Subject: [PATCH] Bump API-UI version Signed-off-by: Guilherme Macedo --- api/writer/html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/writer/html.go b/api/writer/html.go index 7764e49a..f1f952db 100644 --- a/api/writer/html.go +++ b/api/writer/html.go @@ -11,7 +11,7 @@ import ( const ( JSURL = "https://releases.rancher.com/api-ui/%API_UI_VERSION%/ui.min.js" CSSURL = "https://releases.rancher.com/api-ui/%API_UI_VERSION%/ui.min.css" - DefaultVersion = "1.1.6" + DefaultVersion = "1.1.10" ) var (