[ruby/timeout] v0.6.0

https://github.com/ruby/timeout/commit/ab79dfff47
This commit is contained in:
Hiroshi SHIBATA 2025-12-17 13:23:04 +09:00
parent 01624492ec
commit 8e25812194
Notes: git 2025-12-17 06:48:27 +00:00

View File

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