diff --git a/core/hoverfly.go b/core/hoverfly.go index 2adc74b73..299b27fdb 100644 --- a/core/hoverfly.go +++ b/core/hoverfly.go @@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly { PostServeActionDetails: action.NewPostServeActionDetails(), } - hoverfly.version = "v1.10.7" + hoverfly.version = "v1.10.8" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index a5fb9f9c9..eb094e56f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ copyright = '2025, iOCO Solutions' author = 'iOCO Solutions' -version = 'v1.10.7' +version = 'v1.10.8' # The full version, including alpha/beta/rc tags. release = version