Skip to content

Commit 1bb6fc6

Browse files
committed
Updated hoverfly version to v1.10.2
1 parent c63559a commit 1bb6fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/hoverfly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
6666
PostServeActionDetails: action.NewPostServeActionDetails(),
6767
}
6868

69-
hoverfly.version = "v1.10.1"
69+
hoverfly.version = "v1.10.2"
7070

7171
log.AddHook(hoverfly.StoreLogsHook)
7272

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
copyright = '2023, SpectoLabs'
1313
author = 'SpectoLabs'
1414

15-
version = 'v1.10.1'
15+
version = 'v1.10.2'
1616
# The full version, including alpha/beta/rc tags.
1717
release = version
1818

0 commit comments

Comments
 (0)