Skip to content

Commit

Permalink
Merge pull request rancher#6 from rancherlabs/bump-api-ui-version-2.8
Browse files Browse the repository at this point in the history
[2.8] Bump API-UI version
  • Loading branch information
pdellamore authored and pmatseykanets committed Jan 31, 2024
1 parent 74825d6 commit e22c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/writer/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.10"
DefaultVersion = "1.1.11"
)

var (
Expand Down

0 comments on commit e22c4c8

Please sign in to comment.