From b7375770ef15c7d7b3fdf14bf1964a0209881f98 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 23 Jun 2023 12:51:31 +0900 Subject: [PATCH] [ruby/timeout] Bump up v0.4.0 https://github.com/ruby/timeout/commit/413194f8d2 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index 49217d5b24..39c47cf2b4 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -23,7 +23,7 @@ # Copyright:: (C) 2000 Information-technology Promotion Agency, Japan module Timeout - VERSION = "0.3.2" + VERSION = "0.4.0" # Internal error raised to when a timeout is triggered. class ExitException < Exception