Skip to content

Commit 7e6996c

Browse files
committed
Updated hoverfly version to v1.2.0
1 parent e2f07e2 commit 7e6996c

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
@@ -62,7 +62,7 @@ func NewHoverfly() *Hoverfly {
6262
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
6363
}
6464

65-
hoverfly.version = "v1.1.5"
65+
hoverfly.version = "v1.2.0"
6666

6767
log.AddHook(hoverfly.StoreLogsHook)
6868

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

0 commit comments

Comments
 (0)