From e1b244810138253d93ea3ac0932c8dbdd8ef8dc6 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 16 Feb 2023 09:49:21 +0900 Subject: [PATCH] bump up 0.3.2 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index 1d092f7..e110776 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.1" + VERSION = "0.3.2" # Raised by Timeout.timeout when the block times out. class Error < RuntimeError