build(deps): update swagger-ui to v3.52.0 (#2276)

pull/2277/head
Amir Zarrinkafsh 2021-08-10 11:20:44 +10:00 committed by GitHub
parent c0ebe3eb8c
commit 6033b7df70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func buildFrontend() {
}
func buildSwagger() {
swaggerVer := "3.51.2"
swaggerVer := "3.52.0"
cmd := utils.CommandWithStdout("bash", "-c", "wget -q https://github.com/swagger-api/swagger-ui/archive/v"+swaggerVer+".tar.gz -O ./v"+swaggerVer+".tar.gz")
err := cmd.Run()