Skip to content

Commit

Permalink
Update the version number that this will be released in
Browse files Browse the repository at this point in the history
  • Loading branch information
leeturner committed Jun 20, 2024
1 parent 6b44a71 commit a780f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/response-templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ wm.stubFor(get(urlPathMatching("/static/.*"))

The model of the request is supplied to the header and body templates. The following request attributes are available:

`request.id` - The unique ID of each request (introduced in WireMock version x.x.x)
`request.id` - The unique ID of each request (introduced in WireMock version `3.7.0`)

`request.url` - URL path and query

Expand Down

0 comments on commit a780f85

Please sign in to comment.