Skip to content

Commit 9ee239b

Browse files
committed
Bump minor version.
1 parent b324230 commit 9ee239b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/async/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2017-2024, by Samuel Williams.
55

66
module Async
7-
VERSION = "2.21.3"
7+
VERSION = "2.22.0"
88
end

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
2424

2525
- [Asynchronous Tasks](https://socketry.github.io/async/guides/asynchronous-tasks/index) - This guide explains how asynchronous tasks work and how to use them.
2626

27-
- [Event Loop](https://socketry.github.io/async/guides/event-loop/index) - This guide gives an overview of how the event loop is implemented.
27+
- [Scheduler](https://socketry.github.io/async/guides/scheduler/index) - This guide gives an overview of how the scheduler is implemented.
2828

2929
- [Compatibility](https://socketry.github.io/async/guides/compatibility/index) - This guide gives an overview of the compatibility of Async with Ruby and other frameworks.
3030

0 commit comments

Comments
 (0)