Skip to content

Commit

Permalink
Bumped patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Sep 8, 2020
1 parent 278ab58 commit b9a3865
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 @@ -26,7 +26,7 @@ allprojects {
apply plugin: 'project-report'

group = 'com.github.tomakehurst'
version = '2.27.1'
version = '2.27.2'

sourceCompatibility = 1.7
targetCompatibility = 1.7
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.27.1
wiremock_version: 2.27.2
2 changes: 1 addition & 1 deletion src/main/resources/swagger/wiremock-admin-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: WireMock
version: 2.27.1
version: 2.27.2

externalDocs:
description: WireMock user documentation
Expand Down

0 comments on commit b9a3865

Please sign in to comment.