Skip to content

Commit

Permalink
Bumped patch version
Browse files Browse the repository at this point in the history
tomakehurst committed Apr 14, 2019
1 parent 43debd2 commit 7b577fd
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
@@ -26,7 +26,7 @@ allprojects {
apply plugin: 'project-report'

group = 'com.github.tomakehurst'
version = '2.23.1'
version = '2.23.2'

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

wiremock_version: 2.23.1
wiremock_version: 2.23.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
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: WireMock
version: 2.23.1
version: 2.23.2

externalDocs:
description: WireMock user documentation

0 comments on commit 7b577fd

Please sign in to comment.