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 74237a8 commit f9a5443Copy full SHA for f9a5443
core/hoverfly.go
@@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
66
PostServeActionDetails: action.NewPostServeActionDetails(),
67
}
68
69
- hoverfly.version = "v1.5.3"
+ hoverfly.version = "v1.6.0"
70
71
log.AddHook(hoverfly.StoreLogsHook)
72
docs/conf.py
@@ -19,7 +19,7 @@
19
author = u'SpectoLabs'
20
21
22
-version = 'v1.5.3'
+version = 'v1.6.0'
23
# The full version, including alpha/beta/rc tags.
24
release = version
25
0 commit comments