Skip to content

Commit f9a5443

Browse files
committed
Updated hoverfly version to v1.6.0
1 parent 74237a8 commit f9a5443

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
@@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
6666
PostServeActionDetails: action.NewPostServeActionDetails(),
6767
}
6868

69-
hoverfly.version = "v1.5.3"
69+
hoverfly.version = "v1.6.0"
7070

7171
log.AddHook(hoverfly.StoreLogsHook)
7272

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 = 'v1.5.3'
22+
version = 'v1.6.0'
2323
# The full version, including alpha/beta/rc tags.
2424
release = version
2525

0 commit comments

Comments
 (0)