Skip to content

Commit dfb63e1

Browse files
committed
Updated hoverfly version to v1.10.6
1 parent 2ae4d3e commit dfb63e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

core/hoverfly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly {
6767
PostServeActionDetails: action.NewPostServeActionDetails(),
6868
}
6969

70-
hoverfly.version = "v1.10.5"
70+
hoverfly.version = "v1.10.6"
7171

7272
log.AddHook(hoverfly.StoreLogsHook)
7373

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
copyright = '2023, SpectoLabs'
1313
author = 'SpectoLabs'
1414

15-
version = 'v1.10.5'
15+
version = 'v1.10.6'
1616
# The full version, including alpha/beta/rc tags.
1717
release = version
1818

docs/pages/reference/hoverctl/hoverctl.output

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Available Commands:
1111
diff Manage the diffs for Hoverfly
1212
export Export a simulation from Hoverfly
1313
flush Flush the internal cache in Hoverfly
14+
help Help about any command
1415
import Import a simulation into Hoverfly
1516
journal-index Manage the journal index for Hoverfly
1617
login Login to Hoverfly

0 commit comments

Comments
 (0)