Skip to content

Commit

Permalink
Updated hoverfly version to v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjih committed Aug 8, 2018
1 parent 839117d commit 557629e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ update-version:
target/hoverctl > docs/pages/reference/hoverctl/hoverctl.output
git add docs/pages/reference/hoverctl/hoverctl.output
git commit -m "Updated hoverfly version to ${VERSION}"
git tag ${VERSION}
2 changes: 1 addition & 1 deletion core/hoverfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewHoverfly() *Hoverfly {
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
}

hoverfly.version = "v0.17.2"
hoverfly.version = "v0.17.3"

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.17.2'
version = 'v0.17.3'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 557629e

Please sign in to comment.