Skip to content

Commit a11c78a

Browse files
committed
Updated hoverfly version to v0.15.1
1 parent ac0eb73 commit a11c78a

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
@@ -68,7 +68,7 @@ func NewHoverfly() *Hoverfly {
6868
templator: templating.NewTemplator(),
6969
}
7070

71-
hoverfly.version = "v0.15.0"
71+
hoverfly.version = "v0.15.1"
7272

7373
log.AddHook(hoverfly.StoreLogsHook)
7474

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

0 commit comments

Comments
 (0)