diff --git a/core/hoverfly.go b/core/hoverfly.go index 06c23965f..70002e14b 100644 --- a/core/hoverfly.go +++ b/core/hoverfly.go @@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly { PostServeActionDetails: action.NewPostServeActionDetails(), } - hoverfly.version = "v1.9.4" + hoverfly.version = "v1.9.5" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index 06142001b..017d8aed3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ copyright = '2023, SpectoLabs' author = 'SpectoLabs' -version = 'v1.9.4' +version = 'v1.9.5' # The full version, including alpha/beta/rc tags. release = version