We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6091c02 commit f91d8b2Copy full SHA for f91d8b2
core/hoverfly.go
@@ -61,7 +61,7 @@ func NewHoverfly() *Hoverfly {
61
Cfg: InitSettings(),
62
}
63
64
- hoverfly.version = "v0.11.3"
+ hoverfly.version = "v0.11.4"
65
66
log.AddHook(hoverfly.StoreLogsHook)
67
docs/conf.py
@@ -19,7 +19,7 @@
19
author = u'SpectoLabs'
20
21
22
-version = 'v0.11.3'
+version = 'v0.11.4'
23
# The full version, including alpha/beta/rc tags.
24
release = version
25
0 commit comments