We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2654e7d commit ed9126bCopy full SHA for ed9126b
core/hoverfly.go
@@ -63,7 +63,7 @@ func NewHoverfly() *Hoverfly {
63
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
64
}
65
66
- hoverfly.version = "v1.3.7"
+ hoverfly.version = "v1.4.0"
67
68
log.AddHook(hoverfly.StoreLogsHook)
69
docs/conf.py
@@ -19,7 +19,7 @@
19
author = u'SpectoLabs'
20
21
22
-version = 'v1.3.7'
+version = 'v1.4.0'
23
# The full version, including alpha/beta/rc tags.
24
release = version
25
0 commit comments