Skip to content

Commit

Permalink
Updated hoverfly version to v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Aug 18, 2021
1 parent 102d264 commit 04617e4
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 @@ -63,7 +63,7 @@ func NewHoverfly() *Hoverfly {
responsesDiff: make(map[v2.SimpleRequestDefinitionView][]v2.DiffReport),
}

hoverfly.version = "v1.3.2"
hoverfly.version = "v1.3.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 = 'v1.3.2'
version = 'v1.3.3'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 04617e4

Please sign in to comment.