We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e2c98 commit 8869fe2Copy full SHA for 8869fe2
center/src/main/java/com/microsoft/hydralab/center/config/SwaggerConfig.java
@@ -35,7 +35,7 @@ public Docket docket() throws UnknownHostException {
35
.description("Hydra Lab")
36
.termsOfServiceUrl("")
37
.contact(new Contact("Microsoft Hydra Lab Support ", "", "hydra_lab_support@microsoft.com"))
38
- .version("1.0.0")
+ .version("3.0.0")
39
.build();
40
41
return new Docket(DocumentationType.SWAGGER_2)
0 commit comments