We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb87e8 commit f521f18Copy full SHA for f521f18
core/hoverfly.go
@@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly {
67
PostServeActionDetails: action.NewPostServeActionDetails(),
68
}
69
70
- hoverfly.version = "v1.11.0"
+ hoverfly.version = "v1.11.1"
71
72
log.AddHook(hoverfly.StoreLogsHook)
73
docs/conf.py
@@ -12,7 +12,7 @@
12
copyright = '2025 Hoverfly Cloud'
13
author = 'Hoverfly Cloud'
14
15
-version = 'v1.11.0'
+version = 'v1.11.1'
16
# The full version, including alpha/beta/rc tags.
17
release = version
18
0 commit comments