Skip to content

Commit

Permalink
Updated hoverfly version to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Apr 27, 2024
1 parent 35d8593 commit a16e3bc
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 {
PostServeActionDetails: action.NewPostServeActionDetails(),
}

hoverfly.version = "v1.9.0"
hoverfly.version = "v1.9.1"

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 @@ -12,7 +12,7 @@
copyright = '2023, SpectoLabs'
author = 'SpectoLabs'

version = 'v1.9.0'
version = 'v1.9.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit a16e3bc

Please sign in to comment.