We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fed32c commit 0128113Copy full SHA for 0128113
2 files changed
core/hoverfly.go
@@ -68,7 +68,7 @@ func NewHoverfly() *Hoverfly {
68
PostServeActionDetails: action.NewPostServeActionDetails(),
69
}
70
71
- hoverfly.version = "v1.12.7"
+ hoverfly.version = "v1.12.8"
72
73
log.AddHook(hoverfly.StoreLogsHook)
74
docs/conf.py
@@ -12,7 +12,7 @@
12
copyright = '2025 Hoverfly Cloud'
13
author = 'Hoverfly Cloud'
14
15
-version = 'v1.12.7'
+version = 'v1.12.8'
16
# The full version, including alpha/beta/rc tags.
17
release = version
18
0 commit comments