Skip to content

Commit 557629e

Browse files
committed
Updated hoverfly version to v0.17.3
1 parent 839117d commit 557629e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ update-version:
6767
target/hoverctl > docs/pages/reference/hoverctl/hoverctl.output
6868
git add docs/pages/reference/hoverctl/hoverctl.output
6969
git commit -m "Updated hoverfly version to ${VERSION}"
70-
git tag ${VERSION}

core/hoverfly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func NewHoverfly() *Hoverfly {
6464
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
6565
}
6666

67-
hoverfly.version = "v0.17.2"
67+
hoverfly.version = "v0.17.3"
6868

6969
log.AddHook(hoverfly.StoreLogsHook)
7070

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

0 commit comments

Comments
 (0)