diff --git a/core/hoverfly.go b/core/hoverfly.go index 8c4d156aa..73747aedf 100644 --- a/core/hoverfly.go +++ b/core/hoverfly.go @@ -62,7 +62,7 @@ func NewHoverfly() *Hoverfly { responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport), } - hoverfly.version = "v0.17.6" + hoverfly.version = "v0.17.7" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index 113c479d4..606748c67 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ author = u'SpectoLabs' -version = 'v0.17.6' +version = 'v0.17.7' # The full version, including alpha/beta/rc tags. release = version