File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ func NewHoverfly() *Hoverfly {
67
67
PostServeActionDetails : action .NewPostServeActionDetails (),
68
68
}
69
69
70
- hoverfly .version = "v1.10.5 "
70
+ hoverfly .version = "v1.10.6 "
71
71
72
72
log .AddHook (hoverfly .StoreLogsHook )
73
73
Original file line number Diff line number Diff line change 12
12
copyright = '2023, SpectoLabs'
13
13
author = 'SpectoLabs'
14
14
15
- version = 'v1.10.5 '
15
+ version = 'v1.10.6 '
16
16
# The full version, including alpha/beta/rc tags.
17
17
release = version
18
18
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Available Commands:
11
11
diff Manage the diffs for Hoverfly
12
12
export Export a simulation from Hoverfly
13
13
flush Flush the internal cache in Hoverfly
14
+ help Help about any command
14
15
import Import a simulation into Hoverfly
15
16
journal-index Manage the journal index for Hoverfly
16
17
login Login to Hoverfly
You can’t perform that action at this time.
0 commit comments