From 02e792ddd8fa9ed9475c8b5953e281df920cbabc Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 14 Oct 2021 20:11:55 +0900 Subject: [PATCH] Bump up timeout version to 0.2.0 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index 6a7f538..f50e706 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.1.1".freeze + VERSION = "0.2.0".freeze # Raised by Timeout.timeout when the block times out. class Error < RuntimeError