From 2dcf1f74a417c01c64f45f1ea73d9346ab444774 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 29 Oct 2025 15:49:48 +0900 Subject: [PATCH] [ruby/timeout] v0.4.4 https://github.com/ruby/timeout/commit/f42b47d383 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index f5f232ad2a..e1f0a4a78c 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -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