Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Jul 5, 2024
1 parent 302398e commit 7f4e493
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 200 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TBD
# 9.11.0 - 2024/07/05

## Enhancements

Expand Down
198 changes: 0 additions & 198 deletions Gemfile.lock

This file was deleted.

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 = '9.10.0'
VERSION = '9.11.0'

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

0 comments on commit 7f4e493

Please sign in to comment.