Skip to content

Commit

Permalink
Bumped minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jan 31, 2020
1 parent ef4cf34 commit ffb2c45
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.25.1'
version = '2.26.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.25.1
wiremock_version: 2.26.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.25.1
version: 2.26.0

externalDocs:
description: WireMock user documentation
Expand Down

0 comments on commit ffb2c45

Please sign in to comment.