Skip to content

Commit

Permalink
Updated hoverfly version to v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Sep 25, 2017
1 parent f52b461 commit 223f9e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/hoverfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/pages/reference/hoverctl/hoverctl.output
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 223f9e9

Please sign in to comment.