We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12b6eb commit 0e9fac7Copy full SHA for 0e9fac7
core/hoverfly.go
@@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
66
PostServeActionDetails: action.NewPostServeActionDetails(),
67
}
68
69
- hoverfly.version = "v1.9.1"
+ hoverfly.version = "v1.9.2"
70
71
log.AddHook(hoverfly.StoreLogsHook)
72
docs/conf.py
@@ -12,7 +12,7 @@
12
copyright = '2023, SpectoLabs'
13
author = 'SpectoLabs'
14
15
-version = 'v1.9.1'
+version = 'v1.9.2'
16
# The full version, including alpha/beta/rc tags.
17
release = version
18
0 commit comments