Skip to content

Commit

Permalink
Bumped minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Akehurst committed Dec 22, 2018
1 parent e2b5763 commit b28b306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
sourceCompatibility = 1.7
targetCompatibility = 1.7
group = 'com.github.tomakehurst'
version = '2.19.0'
version = '2.20.0'

def shouldPublishLocally = System.getProperty('LOCAL_PUBLISH')

Expand Down
2 changes: 1 addition & 1 deletion docs-v2/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ compress_html:
ignore:
envs: development

wiremock_version: 2.19.0
wiremock_version: 2.20.0
2 changes: 1 addition & 1 deletion src/main/resources/raml/wiremock-admin-api.raml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#%RAML 0.8
---
title: WireMock
version: 2.19.0
version: 2.20.0
mediaType: application/json
baseUri: /__admin

Expand Down

0 comments on commit b28b306

Please sign in to comment.