We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89254a0 commit bf35be2Copy full SHA for bf35be2
2 files changed
pom.xml
@@ -5,7 +5,7 @@
5
<packaging>war</packaging>
6
<name>swagger-validator</name>
7
<description>swagger-validator</description>
8
- <version>2.1.8</version>
+ <version>2.1.9-SNAPSHOT</version>
9
<url>https://github.com/swagger-api/validator-badge</url>
10
<developers>
11
<developer>
src/main/swagger/swagger.yaml
@@ -3,7 +3,7 @@ openapi: 3.0.0
3
info:
4
title: Swagger Validator Badge
description: Parses and validates a Swagger/OpenAPI 2.0 or an OpenAPI 3.x definition
- version: 2.1.8
+ version: 2.1.9-SNAPSHOT
servers:
- url: "/"
paths:
0 commit comments