Skip to content

Commit ed9126b

Browse files
committed
Updated hoverfly version to v1.4.0
1 parent 2654e7d commit ed9126b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/hoverfly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func NewHoverfly() *Hoverfly {
6363
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
6464
}
6565

66-
hoverfly.version = "v1.3.7"
66+
hoverfly.version = "v1.4.0"
6767

6868
log.AddHook(hoverfly.StoreLogsHook)
6969

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = u'SpectoLabs'
2020

2121

22-
version = 'v1.3.7'
22+
version = 'v1.4.0'
2323
# The full version, including alpha/beta/rc tags.
2424
release = version
2525

0 commit comments

Comments
 (0)