Skip to content

Commit 7b32fcc

Browse files
committed
Merge remote-tracking branch 'origin/main' into live-publish
2 parents 639fa0c + e944343 commit 7b32fcc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ compress_html:
234234
ignore:
235235
envs: development
236236

237-
wiremock_version: 3.11.0
237+
wiremock_version: 3.12.0
238238
wiremock_baseline: 3.x
239239
pageEditPrefix: https://github.com/wiremock/wiremock.org/edit/main/
240240

assets/js/wiremock-admin-api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "WireMock",
5-
"version": "3.10.0",
5+
"version": "3.12.0",
66
"description": "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
77
},
88
"servers": [

swagger/wiremock-admin-api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "WireMock",
5-
"version": "3.10.0"
5+
"version": "3.12.0",
66
"description": "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
77
},
88
"externalDocs": {

swagger/wiremock-admin-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22

33
info:
44
title: WireMock
5-
version: 3.10.0
5+
version: 3.12.0
66
description: "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
77

88
externalDocs:

0 commit comments

Comments
 (0)