We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf2e8b commit dbac761Copy full SHA for dbac761
core/hoverfly.go
@@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly {
67
PostServeActionDetails: action.NewPostServeActionDetails(),
68
}
69
70
- hoverfly.version = "v1.10.8"
+ hoverfly.version = "v1.10.9"
71
72
log.AddHook(hoverfly.StoreLogsHook)
73
docs/conf.py
@@ -12,7 +12,7 @@
12
copyright = '2025, iOCO Solutions'
13
author = 'iOCO Solutions'
14
15
-version = 'v1.10.8'
+version = 'v1.10.9'
16
# The full version, including alpha/beta/rc tags.
17
release = version
18
0 commit comments