Skip to content

Commit

Permalink
adjust maze runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Nov 27, 2024
1 parent 33753c0 commit 7dff86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 9.21.0 - 2024/11/27
# 9.20.1- 2024/11/27

## Fixes

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 = '9.21.0'
VERSION = '9.20.1'

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

0 comments on commit 7dff86c

Please sign in to comment.