Skip to content

Commit

Permalink
Bumped patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Mar 30, 2024
1 parent 04e3b51 commit 74dc7cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ allprojects {
mavenCentral()
}

version = '3.5.2-SNAPSHOT'
version = '3.5.2'

compileJava {
options.encoding = 'UTF-8'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/swagger/wiremock-admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "WireMock",
"version": "3.5.1"
"version": "3.5.2"
},
"externalDocs": {
"description": "WireMock user documentation",
Expand Down
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: 3.5.1
version: 3.5.2

externalDocs:
description: WireMock user documentation
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.5.1
version=3.5.2
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wiremock-ui-resources",
"version": "3.5.1",
"version": "3.5.2",
"description": "WireMock UI resources processor",
"engines": {
"node": ">= 0.10.0"
Expand Down

0 comments on commit 74dc7cf

Please sign in to comment.