diff --git a/core/hoverfly.go b/core/hoverfly.go index 11be0e1ed..4aa114a54 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-rc.1" + hoverfly.version = "v1.0.0-rc.2" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index 59dd53541..26caccb26 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ author = u'SpectoLabs' -version = 'v1.0.0-rc.1' +version = 'v1.0.0-rc.2' # 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 aa5d77423..a72827c7b 100644 --- a/docs/pages/reference/hoverctl/hoverctl.output +++ b/docs/pages/reference/hoverctl/hoverctl.output @@ -25,6 +25,7 @@ Available Commands: Flags: -f, --force Bypass any confirmation when using hoverctl + -h, --help help for hoverctl --set-default Sets the current target as the default target for hoverctl -t, --target string A name for an instance of Hoverfly you are trying to communicate with. Overrides the default target (default) -v, --verbose Verbose logging from hoverctl