[ruby/timeout] Bump version to 0.3.1

https://github.com/ruby/timeout/commit/4941e8c871
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 17:12:06 +09:00 committed by git
parent 30379e33c3
commit 3909cfaa02

View File

@ -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