Skip to content

Commit

Permalink
Updated hoverfly version to v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Feb 15, 2019
1 parent c075ea8 commit 4ea18bc
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -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)

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 = 'v1.0.0-rc.1'
version = 'v1.0.0-rc.2'
# The full version, including alpha/beta/rc tags.
release = version

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

0 comments on commit 4ea18bc

Please sign in to comment.