[ruby/timeout] v0.4.4

https://github.com/ruby/timeout/commit/f42b47d383
This commit is contained in:
Hiroshi SHIBATA 2025-10-29 15:49:48 +09:00 committed by git
parent 582475b317
commit 2dcf1f74a4

View File

@ -20,7 +20,7 @@
module Timeout
# The version
VERSION = "0.4.3"
VERSION = "0.4.4"
# Internal error raised to when a timeout is triggered.
class ExitException < Exception