From 223f9e9a377e15920eddf2451720dcdb9c7de01b Mon Sep 17 00:00:00 2001 From: Tommy Situ Date: Mon, 25 Sep 2017 12:03:04 +0100 Subject: [PATCH] Updated hoverfly version to v0.14.1 --- core/hoverfly.go | 2 +- docs/conf.py | 2 +- docs/pages/reference/hoverctl/hoverctl.output | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/hoverfly.go b/core/hoverfly.go index aa007efc8..d057e736c 100644 --- a/core/hoverfly.go +++ b/core/hoverfly.go @@ -64,7 +64,7 @@ func NewHoverfly() *Hoverfly { state: make(map[string]string), } - hoverfly.version = "v0.14.0" + hoverfly.version = "v0.14.1" log.AddHook(hoverfly.StoreLogsHook) diff --git a/docs/conf.py b/docs/conf.py index fa81aff27..96b8c0ff3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ author = u'SpectoLabs' -version = 'v0.14.0' +version = 'v0.14.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 709db07c8..b9fd138c4 100644 --- a/docs/pages/reference/hoverctl/hoverctl.output +++ b/docs/pages/reference/hoverctl/hoverctl.output @@ -4,6 +4,7 @@ Usage: hoverctl [command] Available Commands: + completion Create Bash completion file for hoverctl config Show hoverctl configuration information delete Delete Hoverfly simulation destination Get and set Hoverfly destination @@ -16,6 +17,7 @@ Available Commands: mode Get and set the Hoverfly mode start Start Hoverfly state-store Manage the state for Hoverfly + status Get the current status of Hoverfly stop Stop Hoverfly targets Get the current targets registered with hoverctl version Get the version of hoverctl