Skip to content

Commit

Permalink
Bumped minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Mar 17, 2019
1 parent a2586ae commit 6abccfb
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.21.0'
version = '2.22.0'

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.21.0
wiremock_version: 2.22.0
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.21.0
version: 2.22.0

externalDocs:
description: WireMock user documentation
Expand Down

0 comments on commit 6abccfb

Please sign in to comment.