diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 17:12:06 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 08:13:18 +0000 |
commit | 3909cfaa02f96976e2734948e356001345c133be (patch) | |
tree | 43aed5915d681f57d0a1c96f9aa54998d5833ae6 /lib/timeout.rb | |
parent | 30379e33c3f5fdac0692ed56cf3cf90aa31a3d3a (diff) |
[ruby/timeout] Bump version to 0.3.1
https://github.com/ruby/timeout/commit/4941e8c871
Diffstat (limited to 'lib/timeout.rb')
-rw-r--r-- | lib/timeout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |