diff --git a/core/hoverfly.go b/core/hoverfly.go index 53f9bbb8e..8a3ae4e78 100644 --- a/core/hoverfly.go +++ b/core/hoverfly.go @@ -61,7 +61,7 @@ func NewHoverfly() *Hoverfly { responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport), } - hoverfly.version = "v1.0.0" + hoverfly.version = "v1.0.1" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index 969560e4f..00bc48285 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ author = u'SpectoLabs' -version = 'v1.0.0' +version = 'v1.0.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/pages/reference/hoverctl/hoverctl.output b/docs/pages/reference/hoverctl/hoverctl.output index a72827c7b..76b98b49c 100644 --- a/docs/pages/reference/hoverctl/hoverctl.output +++ b/docs/pages/reference/hoverctl/hoverctl.output @@ -16,6 +16,7 @@ Available Commands: logs Get the logs from Hoverfly middleware Get and set Hoverfly middleware mode Get and set the Hoverfly mode + simulation Manage the simulation for Hoverfly start Start Hoverfly state Manage the state for Hoverfly status Get the current status of Hoverfly