From 8e258121942e7c879bc11d221425ac39f73afe8c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 17 Dec 2025 13:23:04 +0900 Subject: [ruby/timeout] v0.6.0 https://github.com/ruby/timeout/commit/ab79dfff47 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/timeout.rb b/lib/timeout.rb index 9969fa2e57..5d1f61d8af 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -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 -- cgit v1.2.3