Skip to content

Commit

Permalink
Updated hoverfly version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Feb 26, 2024
1 parent dbe16a5 commit 3a0c03e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/hoverfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
PostServeActionDetails: action.NewPostServeActionDetails(),
}

hoverfly.version = "v1.6.3"
hoverfly.version = "v1.7.0"

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 @@ -12,7 +12,7 @@
copyright = '2023, SpectoLabs'
author = 'SpectoLabs'

version = 'v1.6.3'
version = 'v1.7.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
1 change: 0 additions & 1 deletion docs/pages/reference/hoverctl/hoverctl.output
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Available Commands:
status Get the current status of Hoverfly
stop Stop Hoverfly
targets Get the current targets registered with hoverctl
templating-data-source Manage templating CSV data source for Hoverfly
version Get the version of hoverctl

Flags:
Expand Down

0 comments on commit 3a0c03e

Please sign in to comment.