Skip to content

Commit f91d8b2

Browse files
committed
Updated hoverfly version to v0.11.4
1 parent 6091c02 commit f91d8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/hoverfly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func NewHoverfly() *Hoverfly {
6161
Cfg: InitSettings(),
6262
}
6363

64-
hoverfly.version = "v0.11.3"
64+
hoverfly.version = "v0.11.4"
6565

6666
log.AddHook(hoverfly.StoreLogsHook)
6767

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = u'SpectoLabs'
2020

2121

22-
version = 'v0.11.3'
22+
version = 'v0.11.4'
2323
# The full version, including alpha/beta/rc tags.
2424
release = version
2525

0 commit comments

Comments
 (0)