Skip to content

Commit

Permalink
Merge pull request #620 from bugsnag/tms/8-16-0
Browse files Browse the repository at this point in the history
Release 8.16.0
  • Loading branch information
twometresteve authored Jan 17, 2024
2 parents 0a06f07 + 86d8c23 commit ffc1333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TBD
# 8.16.0 - 2024/01/17

## Enhancements

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
bugsnag-maze-runner (8.15.0)
bugsnag-maze-runner (8.16.0)
appium_lib (~> 12.0.0)
appium_lib_core (~> 5.4.0)
bugsnag (~> 6.24)
Expand Down
2 changes: 1 addition & 1 deletion lib/maze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Glues the various parts of MazeRunner together that need to be accessed globally,
# providing an alternative to the proliferation of global variables or singletons.
module Maze
VERSION = '8.15.0'
VERSION = '8.16.0'

class << self
attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,
Expand Down

0 comments on commit ffc1333

Please sign in to comment.