[ruby/timeout] Bump up v0.4.2

https://github.com/ruby/timeout/commit/2f52522994
This commit is contained in:
Hiroshi SHIBATA 2024-11-06 17:26:49 +09:00 committed by git
parent 201e1c6c2e
commit 0c59048b3a

View File

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