Skip to content

Commit 8869fe2

Browse files
Upgrade swagger version (#494)
1 parent c6e2c98 commit 8869fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

center/src/main/java/com/microsoft/hydralab/center/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public Docket docket() throws UnknownHostException {
3535
.description("Hydra Lab")
3636
.termsOfServiceUrl("")
3737
.contact(new Contact("Microsoft Hydra Lab Support ", "", "hydra_lab_support@microsoft.com"))
38-
.version("1.0.0")
38+
.version("3.0.0")
3939
.build();
4040

4141
return new Docket(DocumentationType.SWAGGER_2)

0 commit comments

Comments
 (0)