Skip to content

Commit b28b306

Browse files
author
Tom Akehurst
committed
Bumped minor version
1 parent e2b5763 commit b28b306

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
2929
sourceCompatibility = 1.7
3030
targetCompatibility = 1.7
3131
group = 'com.github.tomakehurst'
32-
version = '2.19.0'
32+
version = '2.20.0'
3333

3434
def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')
3535

Diff for: docs-v2/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ compress_html:
216216
ignore:
217217
envs: development
218218

219-
wiremock_version: 2.19.0
219+
wiremock_version: 2.20.0

Diff for: src/main/resources/raml/wiremock-admin-api.raml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#%RAML 0.8
22
---
33
title: WireMock
4-
version: 2.19.0
4+
version: 2.20.0
55
mediaType: application/json
66
baseUri: /__admin
77

0 commit comments

Comments
 (0)