From fde4519af8762fccc8488d1972d984a1c44691f4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 25 May 2022 17:55:14 +0900 Subject: [PATCH] [ruby/timeout] Bump version to 0.3.0 https://github.com/ruby/timeout/commit/f69f954a94 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index 6e7adbd259..996df6e859 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.2.0" + VERSION = "0.3.0" # Raised by Timeout.timeout when the block times out. class Error < RuntimeError