build(deps): update swagger-ui to v3.50.0 (#2070)

pull/2074/head
Amir Zarrinkafsh 2021-06-08 10:59:03 +10:00 committed by GitHub
parent 3d42f52d4a
commit 50878b1e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func buildFrontend() {
}
func buildSwagger() {
swaggerVer := "3.48.0"
swaggerVer := "3.50.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()