build: update to swagger v5 (#5552)

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/5418/head
James Elliott 2023-06-18 14:11:36 +10:00 committed by GitHub
parent ecf742aa33
commit 68ac62acab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
package cmd
const (
versionSwaggerUI = "4.19.0"
versionSwaggerUI = "5.0.0"
)