Skip to content

Commit

Permalink
Updated hoverfly version to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjih committed Jun 23, 2017
1 parent 0aa53ba commit 5456df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/hoverfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
Cfg: InitSettings(),
}

hoverfly.version = "v0.12.1"
hoverfly.version = "v0.12.2"

log.AddHook(hoverfly.StoreLogsHook)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = u'SpectoLabs'


version = 'v0.12.1'
version = 'v0.12.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 5456df5

Please sign in to comment.