Skip to content

Commit 869c585

Browse files
committed
Updated hoverfly version to v1.10.4
1 parent 9e267af commit 869c585

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
@@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly {
6767
PostServeActionDetails: action.NewPostServeActionDetails(),
6868
}
6969

70-
hoverfly.version = "v1.10.3"
70+
hoverfly.version = "v1.10.4"
7171

7272
log.AddHook(hoverfly.StoreLogsHook)
7373

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.3'
15+
version = 'v1.10.4'
1616
# The full version, including alpha/beta/rc tags.
1717
release = version
1818

0 commit comments

Comments
 (0)