Skip to content

Commit 535d52f

Browse files
committed
Updated hoverfly version to v1.9.3
1 parent c88f665 commit 535d52f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

core/hoverfly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
copyright = '2023, SpectoLabs'
1313
author = 'SpectoLabs'
1414

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

docs/pages/reference/hoverctl/hoverctl.output

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)