Skip to content

Commit

Permalink
Updated hoverfly version to v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Dec 10, 2024
1 parent 2ae4d3e commit dfb63e1
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 @@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly {
PostServeActionDetails: action.NewPostServeActionDetails(),
}

hoverfly.version = "v1.10.5"
hoverfly.version = "v1.10.6"

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.10.5'
version = 'v1.10.6'
# 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 @@ -11,6 +11,7 @@ Available Commands:
diff Manage the diffs for Hoverfly
export Export a simulation from Hoverfly
flush Flush the internal cache in Hoverfly
help Help about any command
import Import a simulation into Hoverfly
journal-index Manage the journal index for Hoverfly
login Login to Hoverfly
Expand Down

0 comments on commit dfb63e1

Please sign in to comment.