We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0eb73 commit a11c78aCopy full SHA for a11c78a
core/hoverfly.go
@@ -68,7 +68,7 @@ func NewHoverfly() *Hoverfly {
68
templator: templating.NewTemplator(),
69
}
70
71
- hoverfly.version = "v0.15.0"
+ hoverfly.version = "v0.15.1"
72
73
log.AddHook(hoverfly.StoreLogsHook)
74
docs/conf.py
@@ -19,7 +19,7 @@
19
author = u'SpectoLabs'
20
21
22
-version = 'v0.15.0'
+version = 'v0.15.1'
23
# The full version, including alpha/beta/rc tags.
24
release = version
25
0 commit comments