From 2f315667eb11c80793912e944abfa8516170172f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 16 Dec 2024 12:53:10 +0900 Subject: [PATCH] [ruby/timeout] Bump up v0.4.3 https://github.com/ruby/timeout/commit/607d8c6fbe --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index e403eee931..4fd1fa46da 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -20,7 +20,7 @@ module Timeout # The version - VERSION = "0.4.2" + VERSION = "0.4.3" # Internal error raised to when a timeout is triggered. class ExitException < Exception