File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
6666 PostServeActionDetails : action .NewPostServeActionDetails (),
6767 }
6868
69- hoverfly .version = "v1.9.2 "
69+ hoverfly .version = "v1.9.3 "
7070
7171 log .AddHook (hoverfly .StoreLogsHook )
7272
Original file line number Diff line number Diff line change 1212copyright = '2023, SpectoLabs'
1313author = 'SpectoLabs'
1414
15- version = 'v1.9.2 '
15+ version = 'v1.9.3 '
1616# The full version, including alpha/beta/rc tags.
1717release = version
1818
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Available Commands:
1212 export Export a simulation from Hoverfly
1313 flush Flush the internal cache in Hoverfly
1414 import Import a simulation into Hoverfly
15+ journal-index Manage the journal index for Hoverfly
1516 login Login to Hoverfly
1617 logs Get the logs from Hoverfly
1718 middleware Get and set Hoverfly middleware
You can’t perform that action at this time.
0 commit comments