From 3909cfaa02f96976e2734948e356001345c133be Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 5 Dec 2022 17:12:06 +0900 Subject: [PATCH] [ruby/timeout] Bump version to 0.3.1 https://github.com/ruby/timeout/commit/4941e8c871 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index badba9a397..7f40bafa4d 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.0" + VERSION = "0.3.1" # Raised by Timeout.timeout when the block times out. class Error < RuntimeError