diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-14 20:11:55 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-10-14 20:12:29 +0900 |
commit | 2c75fc915ee3a784433775959459256e59a3e5d7 (patch) | |
tree | 5b89c36e66aba73611b415fe7cd5fd30962184af /lib/timeout.rb | |
parent | 6f67a78ad6ddc3e910326648e862c27b75fff3ae (diff) |
[ruby/timeout] Bump up timeout version to 0.2.0
https://github.com/ruby/timeout/commit/02e792ddd8
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 6a7f538f99..f50e706d4b 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 |