diff --git a/core/hoverfly.go b/core/hoverfly.go index f60ea051c..2adc74b73 100644 --- a/core/hoverfly.go +++ b/core/hoverfly.go @@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly { PostServeActionDetails: action.NewPostServeActionDetails(), } - hoverfly.version = "v1.10.6" + hoverfly.version = "v1.10.7" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index 5709c31dc..4f7cc84ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ copyright = '2023, SpectoLabs' author = 'SpectoLabs' -version = 'v1.10.6' +version = 'v1.10.7' # The full version, including alpha/beta/rc tags. release = version