Skip to content

Commit fef0121

Browse files
committed
MEDIUM: go.mod: upgrade client-native and spec version
1 parent bd175e3 commit fef0121

6 files changed

Lines changed: 1540 additions & 3086 deletions

File tree

cmd/generate/specification/combine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func buildCombinedSpec(specDir string) error {
2828

2929
combined := &openapi3.T{
3030
OpenAPI: "3.0.1",
31-
Info: &openapi3.Info{Title: "HAProxy Data Plane API", Version: "3.0"},
31+
Info: &openapi3.Info{Title: "HAProxy Data Plane API", Version: "3.4"},
3232
Servers: openapi3.Servers{{URL: "/v3"}},
3333
Paths: openapi3.NewPathsWithCapacity(256),
3434
Components: &openapi3.Components{

0 commit comments

Comments
 (0)